Skip to content

Commit 1c43239

Browse files
committed
Add project assignment workflow
1 parent 884a94e commit 1c43239

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Assign to project
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: timroes/assign-to-project-action@0.1.0
12+
with:
13+
token: ${{ secrets.OCTAVIA_PAT }}
14+
projects: |
15+
area/frontend=7

0 commit comments

Comments
 (0)