Skip to content

Commit

Permalink
Jira integration (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Oct 4, 2024
1 parent 5938fa4 commit 4092962
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4092962

Please sign in to comment.