Skip to content

Commit

Permalink
Update labeling-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Apr 25, 2022
1 parent c00f46d commit 9273467
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/labeling-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: 'Label Actions'

# Based on https://github.com/marketplace/actions/label-actions#examples
name: Add Label

on:
issues:
types: [labeled, unlabeled]

permissions:
contents: read
issues: write
types: opened

jobs:
action:
add_label:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: needs-triage

0 comments on commit 9273467

Please sign in to comment.