File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
record_pr_workflow_id : ${{ github.event.workflow_run.id }}
20
20
workflow_origin : ${{ github.event.repository.full_name }}
21
21
permissions :
22
+ contents : read
22
23
pull-requests : read
23
24
secrets :
24
25
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 18
18
workflow_origin : ${{ github.event.repository.full_name }}
19
19
secrets :
20
20
token : ${{ secrets.GITHUB_TOKEN }}
21
+ permissions :
22
+ pull-requests : read
21
23
check_related_issue :
22
24
permissions :
23
25
issues : read
39
41
github-token : ${{ secrets.GITHUB_TOKEN }}
40
42
script : |
41
43
const script = require('.github/scripts/label_missing_related_issue.js')
42
- await script({github, context, core})
44
+ await script({github, context, core})
You can’t perform that action at this time.
0 commit comments