Skip to content

Commit 9cb1c34

Browse files
committed
chore(workflows): add issues to project board
1 parent a1c65be commit 9cb1c34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Project triage: Issues"
2+
3+
on:
4+
issues:
5+
types: [opened, transferred]
6+
7+
jobs:
8+
add-to-project-issues:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@main
12+
with:
13+
project-url: https://github.com/orgs/compilerla/projects/${{ vars.GH_PROJECT }}
14+
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}

0 commit comments

Comments
 (0)