Remove triage labelling

This commit is contained in:
Sidharth Vinod
2023-07-03 18:37:55 +05:30
parent 6d7cd2b41f
commit 8fbb138af4

View File

@@ -1,14 +0,0 @@
name: Apply triage label to new issue
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0.4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
add-labels: 'Status: Triage'