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 authored and ismay committed Jul 30, 2024
1 parent 016c1dc commit 0cb6877
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 }}

1 comment on commit 0cb6877

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.