Skip to content

Commit 81d7dd6

Browse files
authored
Merge pull request #4 from nikamirrr/nikamirrr-patch-3
Update pr-tagging.yml
2 parents c0a9ba8 + 6e9ab74 commit 81d7dd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-tagging.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
on:
22
pull_request:
3-
types: [opened, reopened, edited]
3+
types: [opened, reopened, edited, synchronize]
44
branches:
55
- master
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
pr_tagging:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)