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 f52425c commit fc7649fCopy full SHA for fc7649f
.github/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
7
+jobs:
8
+ stale:
9
+ uses: eslint/workflows/.github/workflows/stale.yml@main
10
+ secrets:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/add-to-triage.yml
@@ -7,7 +7,7 @@ on:
- reopened
- transferred
- pull_request:
+ pull_request_target:
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 }}
0 commit comments