v2.16.0 #13
Workflow file for this run
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
name: Close fixed issues on release. | |
on: | |
release: | |
types: [published] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close issues marked as fixed upon a release. | |
uses: gcampbell-msft/fixed-pending-release@7fa1b75a0c04bcd4b375110522878e5f6100cff5 | |
with: | |
label: 'awaiting release' | |
removeLabel: true | |
applyToAll: true | |
message: Fixed in [${releaseTag}](${releaseUrl}). |