Skip to content

Commit da46a08

Browse files
committed
added open role action
1 parent 69f5052 commit da46a08

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/.DS_Store

6 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add to project
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
7+
jobs:
8+
add-to-project:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Add issue to project
12+
if: github.event.label.name == 'open role'
13+
uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/open-austin/projects/6
16+
github-token: ${{ secrets.ACTIONS_TOKEN }}

0 commit comments

Comments
 (0)