From 3b0ae3bddaa861e48e8d89597f4f542d4425747d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Oct 2024 09:35:04 -0700 Subject: [PATCH] Jira integration --- .github/workflows/jira.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/jira.yml diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml new file mode 100644 index 0000000..21502ca --- /dev/null +++ b/.github/workflows/jira.yml @@ -0,0 +1,22 @@ +name: Sync GitHub issues to Jira +on: + issues: + types: + - opened + - closed + pull_request_target: + types: + - opened +permissions: + issues: write + pull-requests: read +jobs: + jira: + uses: acquia/.github/.github/workflows/jira.yml@main + secrets: + jira-api-token: ${{ secrets.JIRA_API_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} + jira-user-email: ${{ secrets.JIRA_USER_EMAIL }} + with: + issue_label: grooming + project_key: RCAT