Skip to content

Commit

Permalink
Update and rename label-new-issue.yml to new-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaciuk authored Feb 25, 2020
1 parent f342f07 commit 07d1ffe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/label-new-issue.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/new-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Labeling new issue

on:
issues:
types: [opened, edited] # || [opened, edited]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: Renato66/auto-label@v2.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true # default true
labels-not-allowed: 'Pendente de informações' # default ''

0 comments on commit 07d1ffe

Please sign in to comment.