Skip to content

Commit

Permalink
ci(workflows): [release] remove close-issues step
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Feb 15, 2024
1 parent 8508d2b commit effd417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
attw
bdougie
bstract
cefc
commitlintrc
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# - https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_dispatch
# - https://git-scm.com/book/en/v2/Git-Basics-Tagging
# - https://github.com/actions/checkout
# - https://github.com/bdougie/close-issues-based-on-label
# - https://github.com/crazy-max/ghaction-import-gpg
# - https://github.com/flex-development/dist-tag-action
# - https://github.com/flex-development/grease
Expand Down Expand Up @@ -135,8 +134,3 @@ jobs:
TAG: ${{ needs.preflight.outputs.tag }}
run: |
gh release create $TAG *.tgz --title=$TAG --notes-file=$NOTES_FILE --verify-tag --prerelease=$PRERELEASE --discussion-category=releases
- id: close-issues
name: Close released issues
uses: bdougie/close-issues-based-on-label@master
env:
LABEL: status:${{ needs.preflight.outputs.prerelease && 'prereleased' || 'released' }}

0 comments on commit effd417

Please sign in to comment.