File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- reopened
8
8
- transferred
9
9
10
- pull_request :
10
+ pull_request_target :
11
11
types :
12
12
- opened
13
13
- reopened
14
14
15
15
workflow_call :
16
16
secrets :
17
- PROJECT_BOT_TOKEN :
17
+ project_bot_token :
18
18
required : true
19
19
description : Token for the project bot to add issues and pull requests to the project triage board
20
20
26
26
- name : Add to triage
27
27
28
28
with :
29
- github-token : ${{ secrets.PROJECT_BOT_TOKEN }}
29
+ github-token : ${{ secrets.project_bot_token }}
30
30
project-url : https://github.com/orgs/eslint/projects/3
31
31
labeled : " triage:no" # Add all issues and pull requests that don't include "triage:no" label.
32
32
label-operator : NOT
Original file line number Diff line number Diff line change 6
6
7
7
workflow_call :
8
8
secrets :
9
- GITHUB_TOKEN :
9
+ token :
10
10
required : true
11
11
description : GitHub token to use for the workflow
12
12
22
22
- name : Mark stale issues and pull requests
23
23
uses : actions/stale@v9
24
24
with :
25
- repo-token : ${{ secrets.GITHUB_TOKEN }}
25
+ repo-token : ${{ secrets.token }}
26
26
days-before-issue-stale : 30
27
27
days-before-pr-stale : 10
28
28
days-before-close : 7
You can’t perform that action at this time.
0 commit comments