Update issues.yml
- Label discussions
This commit is contained in:
parent
a9988cb346
commit
b19803564c
1 changed files with 5 additions and 3 deletions
8
.github/workflows/issues.yml
vendored
8
.github/workflows/issues.yml
vendored
|
|
@ -1,15 +1,17 @@
|
|||
name: Issues
|
||||
name: Label Actions
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled, unlabeled]
|
||||
discussion:
|
||||
types: [ labeled, unlabeled ]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label Issues
|
||||
name: Label Actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Label Issues
|
||||
- name: Label Actions
|
||||
uses: dessant/label-actions@v2
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue