From 4092962a84057b927ddf5a3b988050b5cb79c969 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Oct 2024 10:07:47 -0700 Subject: [PATCH] Jira integration (#78) --- .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