List of issues with the current specifications #48
This file contains hidden or 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
| name: "unassign all when an issue is closed" | |
| on: | |
| issues: | |
| types: | |
| - closed | |
| pull_request: | |
| types: | |
| - closed | |
| jobs: | |
| call-unassign: | |
| uses: clamsproject/.github/.github/workflows/repo-issue-close.yml@main | |
| secrets: inherit |