Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 2116492

Browse files
authored
added content and conference tags to action
1 parent 397a86f commit 2116492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add_admin_to_project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Add bugs to bugs project
1+
name: Add add issues to project
22

33
on:
44
issues:
@@ -16,5 +16,5 @@ jobs:
1616
# to the issue
1717
project-url: https://github.com/users/kjaymiller/projects/4
1818
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19-
labeled: bug, admin, feature, discuss
19+
labeled: bug, admin, feature, discuss, conference, content
2020
label-operator: OR

0 commit comments

Comments
 (0)