Skip to content

Commit ebeb067

Browse files
Update welcome.yml
Accidentally put "permissions" under "on", but it should be at the same level as "on", not inside it.
1 parent 57866fb commit ebeb067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Post welcome comment
22
on:
33
pull_request:
44
types: [opened]
5-
permissions:
5+
permissions:
66
pull-requests: write
7-
jobs:
7+
jobs:
88
build:
99
name: Post welcome comment
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)