We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885ab53 commit 0b7d024Copy full SHA for 0b7d024
README.md
@@ -17,7 +17,11 @@ on:
17
pull_request_review:
18
check_run:
19
types: [completed]
20
-
+
21
+permissions:
22
+ contents: read
23
+ pull-requests: write
24
25
jobs:
26
build:
27
name: Gitflow
@@ -35,6 +39,10 @@ on:
35
39
# To create pull requests.
36
40
- push
37
41
42
43
44
45
38
46
47
48
@@ -58,6 +66,10 @@ on:
58
66
59
67
60
68
69
70
71
72
61
73
62
74
63
75
0 commit comments