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

Commit c113b64

Browse files
authored
Test Add GH Action
1 parent c2db6ff commit c113b64

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Add bugs to bugs project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
- name: Add Admin Tasks To GitHub projects
10+
uses: actions/[email protected]
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@RELEASE_VERSION
14+
with:
15+
# You can target a repository in a different organization
16+
# to the issue
17+
project-url: https://github.com/orgs/kjaymiller/projects/4
18+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19+
labeled: bug, admin, feature, discuss
20+
label-operator: OR

0 commit comments

Comments
 (0)