Skip to content

Commit 2b4950b

Browse files
authored
Merge pull request #6 from githubnext/fix-readme-protected
Allow Goal workflow to edit README
2 parents 1d5b216 + 0fff04d commit 2b4950b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

workflows/goal.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,19 @@ safe-outputs:
3737
create-pull-request:
3838
draft: true
3939
labels: [automation, goal]
40-
protected-files: fallback-to-issue
40+
protected-files:
41+
policy: fallback-to-issue
42+
exclude:
43+
- README.md
4144
preserve-branch-name: true
4245
max: 1
4346
push-to-pull-request-branch:
4447
target: "*"
4548
title-prefix: "[Goal"
49+
protected-files:
50+
policy: fallback-to-issue
51+
exclude:
52+
- README.md
4653
max: 1
4754
update-issue:
4855
target: "*"

0 commit comments

Comments
 (0)