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.
lock-inactive-threads
1 parent 8ece6c9 commit bc8df58Copy full SHA for bc8df58
.github/workflows/lock-inactive-threads.yml
@@ -10,9 +10,6 @@ name: lock-inactive-threads
10
on:
11
schedule:
12
- cron: 0 0 * * *
13
-permissions:
14
- issues: write
15
- pull-requests: write
16
jobs:
17
lock-inactive-threads:
18
runs-on: ubuntu-latest
@@ -21,6 +18,7 @@ jobs:
21
name: Lock inactive issues and pull requests
22
19
uses: dessant/[email protected]
23
20
with:
+ github-token: ${{ steps.bot-token.outputs.token }}
24
issue-comment: |
25
This issue has been automatically locked since there has not been any recent activity
26
after it was closed. Please open a new issue for related bugs or features. Be sure to
0 commit comments