Skip to content

Commit ae35af4

Browse files
authored
Merge pull request #2 from pendulum-project/pr-projects
Add PRs to project board
2 parents eaf115c + df9ba4d commit ae35af4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add issues to nts-pool project
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add PR to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
14+
with:
15+
# You can target a project in a different organization
16+
# to the issue
17+
project-url: https://github.com/orgs/pendulum-project/projects/6
18+
github-token: ${{ secrets.PROJECT_WRITE_PAT }}

0 commit comments

Comments
 (0)