Skip to content

Commit

Permalink
ci: pass issue number to upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jul 30, 2024
1 parent 016c1dc commit bef6a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-and-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ on:
jobs:
comment-and-close:
uses: dhis2/workflows-platform/.github/workflows/comment-and-close.yml@v1
if: '!contains(github.event.issues.sender.login , fromJson(''["dhis2-bot", "kodiakhq", "dependabot"]''))'
if: '!contains(github.event.issue.sender.login , fromJson(''["dhis2-bot", "kodiakhq", "dependabot"]''))'
with:
issue_number: ${{ github.event.issue.number }}

0 comments on commit bef6a28

Please sign in to comment.