Skip to content

Commit ba271d2

Browse files
committed
Add quotes around "on" to ignore yamllint error
I think this is a bug where yamllint sees "on" property as a truthy/falsy value and gives an error
1 parent 5fb7008 commit ba271d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-assign-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Auto assignment for issues
22

3-
on:
3+
"on":
44
issues:
55
types: [opened]
66

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test
2-
on:
2+
"on":
33
pull_request:
44
branches:
55
- "spec-**"

0 commit comments

Comments
 (0)