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 637cf8e commit 13af510Copy full SHA for 13af510
.github/workflows/pr-migration-auto-close.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Close PRs labeled "auto-close"
18
- uses: actions/github-script@v6
+ uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
.github/workflows/pr-migration-warn.yml
- name: Label and comment on open PRs
0 commit comments