fixed Syntax
This commit is contained in:
@@ -42,6 +42,7 @@ github:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '.gitignore'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
|
||||
dependencies:
|
||||
- changed-files:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Labeling new issue
|
||||
on:
|
||||
issues:
|
||||
types: ['opened', 'reopened']
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user