We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d5b216 + 0fff04d commit 2b4950bCopy full SHA for 2b4950b
1 file changed
workflows/goal.md
@@ -37,12 +37,19 @@ safe-outputs:
37
create-pull-request:
38
draft: true
39
labels: [automation, goal]
40
- protected-files: fallback-to-issue
+ protected-files:
41
+ policy: fallback-to-issue
42
+ exclude:
43
+ - README.md
44
preserve-branch-name: true
45
max: 1
46
push-to-pull-request-branch:
47
target: "*"
48
title-prefix: "[Goal"
49
50
51
52
53
54
update-issue:
55
0 commit comments