From b58adbcb749b740cec8f1c982df3a650b5ef3941 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 21 Nov 2023 19:56:53 -0800 Subject: [PATCH 1/2] Revert "Merge pull request #9162 from joshcooper/typo_event" This reverts commit 630f7b923c09e4e7c4c567a1ad0ad4c165def49c, reversing changes made to 79853b89b41bf14c18ad83dead5c2e24e982ed2d. --- .github/workflows/jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index 5f9d1e5ae8b..2312d687935 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -4,7 +4,7 @@ name: Export issue to Jira on: issues: types: [labeled] - pull_request: + pull_requests: types: [labeled] permissions: From 0691125338a68bc7d2d8a2e67bcdc8df02e5e462 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 21 Nov 2023 19:57:11 -0800 Subject: [PATCH 2/2] Revert "Merge pull request #9153 from joshcooper/jira_pr" This reverts commit bfc08f9d0df3b52a21759b6a82698f15ae15e247, reversing changes made to 7c4fdc421f9ff5d8ace1ef832c3b2654549540f3. --- .github/workflows/jira.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index 2312d687935..0444c98d823 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -4,12 +4,9 @@ name: Export issue to Jira on: issues: types: [labeled] - pull_requests: - types: [labeled] permissions: issues: write - pull-requests: write jobs: export: