Skip to content

Commit

Permalink
SRE-8978: rollout jira_comment action (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Carneiro <[email protected]>
  • Loading branch information
carnei-ro and carnei-ro authored Jul 28, 2023
1 parent 1a16925 commit 63c3df6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/jira_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request_target:
types:
- closed

jobs:
jira_comment:
if: github.event.pull_request.merged == true
uses: namely/sre/.github/workflows/reusable-workflow-jira-comment.yml@main
secrets:
jira_token: ${{ secrets.NAMELY_ENG_INTEGRATIONS_JIRA_PAT }}

0 comments on commit 63c3df6

Please sign in to comment.