We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5c3f8 commit 2603e5aCopy full SHA for 2603e5a
1 file changed
pkg/workflow/git_patch_test.go
@@ -29,8 +29,8 @@ func TestGitPatchGeneration(t *testing.T) {
29
testMarkdown := `---
30
on:
31
workflow_dispatch:
32
-output:
33
- labels:
+safe-outputs:
+ add-issue-labels:
34
allowed: ["bug", "enhancement"]
35
---
36
0 commit comments