Skip to content

Commit 8c8dd3a

Browse files
committed
Add add-to-project GitHub Action workflow
1 parent 9b2d32e commit 8c8dd3a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add to project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
9+
jobs:
10+
add-to-project:
11+
runs-on: ubuntu-latest
12+
steps:
13+
# https://github.com/actions/add-to-project/releases/tag/v1.0.2
14+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e
15+
with:
16+
project-url: ${{ vars.PROJECT_BOARD_URL }}
17+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)