We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645b18d commit d262103Copy full SHA for d262103
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,6 @@ on:
17
18
permissions:
19
contents: write
20
- pull-requests: read
21
22
jobs:
23
prereq:
@@ -84,8 +83,6 @@ jobs:
84
83
needs: [prereq, release]
85
if: always() && needs.prereq.result == 'success'
86
uses: alexdlaird/.github/.github/workflows/release-cleanup.yml@main
87
- with:
88
- squash_boundary: ${{ needs.prereq.outputs.squash_boundary }}
89
secrets:
90
bot_app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
91
bot_private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
0 commit comments