Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 18, 2019
1 parent f5aca35 commit ac0f58e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Labeler (revert)
name: Labeler (restore)
uses: ./
with:
yaml_file: .res/samples/original.yml
yaml_file: .res/labels.restore.yml
skip_delete: false
dry_run: false
env:
Expand Down
28 changes: 28 additions & 0 deletions .res/labels.restore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- name: bug
color: d73a4a
description: "Something isn't working"
- name: documentation
color: 0075ca
description: "Improvements or additions to documentation"
- name: duplicate
color: cfd3d7
description: "This issue or pull request already exists"
- name: enhancement
color: a2eeef
description: "New feature or request"
- name: good first issue
color: 7057ff
description: "Good for newcomers"
- name: help wanted
color: "008672"
description: "Extra attention is needed"
- name: invalid
color: e4e669
description: "This doesn't seem right"
- name: question
color: d876e3
description: "Further information is requested"
- name: wontfix
color: ffffff
description: "This will not be worked on"
from_name: wontfix_it

0 comments on commit ac0f58e

Please sign in to comment.