Compare commits

...

2 Commits

Author SHA1 Message Date
Sidharth Vinod
3f4a76dea1 Merge branch 'develop' into sidv/removeTriage 2023-07-03 19:20:02 +05:30
Sidharth Vinod
8fbb138af4 Remove triage labelling 2023-07-03 18:37:55 +05:30

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'