Skip to content

Commit 7167371

Browse files
authored
chore: project automation (#13481)
* test pr automation * github token * test++ * test++ * if pr is reopened add it * test++ * test++ * test++ * test++
1 parent 12b2aa9 commit 7167371

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/project.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add PR to project
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
9+
jobs:
10+
add-to-project:
11+
name: Add pull request to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/[email protected]
15+
with:
16+
project-url: https://github.com/orgs/cosmos/projects/26
17+
github-token: ${{ secrets.PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)