Skip to content

Commit f7dd032

Browse files
committed
NOTICKET adding automatic adding to Github Project
1 parent fbb4dd0 commit f7dd032

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/projects.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Add to Project
3+
run-name: 🚀 Adding ticket to PRs Project
4+
on:
5+
pull_request:
6+
types:
7+
- opened
8+
jobs:
9+
add-to-project:
10+
name: Add pull request to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/greenfiling/projects/1/
16+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)