-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ismay
committed
Jun 12, 2024
1 parent
a670ffd
commit 9f398e7
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
on: | ||
workflow_call: | ||
secrets: | ||
DHIS2_BOT_GITHUB_TOKEN: | ||
required: true | ||
|
||
jobs: | ||
comment-and-close: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: vardevs/candc@v1 | ||
with: | ||
close-comment: 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://dhis2.atlassian.net' | ||
exempt-users: dhis2-bot,dependabot,kodiakhq | ||
github-token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}} | ||
- run: gh issue close --comment 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://dhis2.atlassian.net' | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters