Skip to content

Commit ba2be94

Browse files
Merge branch 'main' into automated-updates-68
2 parents c10824d + c21f810 commit ba2be94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pr-sort.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pull Request Conference Sort & All-contrib
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
paths:
66
- '_data/conferences.yml'
77
types:
@@ -19,6 +19,11 @@ on:
1919
required: false
2020
type: string
2121

22+
# Add permissions block here
23+
permissions:
24+
contents: write
25+
pull-requests: write
26+
2227
jobs:
2328
process-changes:
2429
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)