Skip to content

Commit

Permalink
chore: update Label Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed May 6, 2021
1 parent 5a3abc1 commit 5be2851
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/label-actions.yml
@@ -1,10 +1,9 @@
# Configuration for Label Actions - https://github.com/dessant/label-actions

issues:
actions:
incomplete:
comment: >
@{issue-author}, the issue does not contain enough information
to reproduce the bug. Please open a new bug report and fill out
the issue template with the requested data.
close: true
incomplete:
issues:
comment: >
@{issue-author}, the issue does not contain enough information
to reproduce the bug. Please open a new bug report and fill out
the issue template with the requested data.
close: true
18 changes: 18 additions & 0 deletions .github/workflows/label-actions.yml
@@ -0,0 +1,18 @@
name: 'Label Actions'

on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]

permissions:
contents: read
issues: write
pull-requests: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2

0 comments on commit 5be2851

Please sign in to comment.