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.
stale
add-to-triage
1 parent 9eb7fbf commit 5c0ec00Copy full SHA for 5c0ec00
.github/workflows/add-to-triage.yml
@@ -7,7 +7,7 @@ on:
7
- reopened
8
- transferred
9
10
- pull_request:
+ pull_request_target:
11
types:
12
- opened
13
@@ -16,4 +16,4 @@ jobs:
16
add-to-triage:
17
uses: eslint/workflows/.github/workflows/add-to-triage.yml@main
18
secrets:
19
- PROJECT_BOT_TOKEN: ${{ secrets.PROJECT_BOT_TOKEN }}
+ project_bot_token: ${{ secrets.PROJECT_BOT_TOKEN }}
.github/workflows/stale.yml
@@ -0,0 +1,11 @@
1
+name: stale
2
+
3
+on:
4
+ schedule:
5
+ - cron: "31 22 * * *" # Runs every day at 10:31 PM UTC
6
+jobs:
+ stale:
+ uses: eslint/workflows/.github/workflows/stale.yml@main
+ secrets:
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments