Skip to content

Commit

Permalink
added new issues yml (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah authored Jun 14, 2024
1 parent 13fa364 commit c8b379a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label_new_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Label New Issues
on:
issues:
types: [opened]

jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs response' label to new issues
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'needs response'

0 comments on commit c8b379a

Please sign in to comment.