Skip to content

Commit ad11beb

Browse files
committed
chore: add new issues to Keyman project automatically
Relates-to: keymanapp/keyman.com#505
1 parent c11af9f commit ad11beb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add new issues and pull requests to projects
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
issues:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add-to-project:
13+
name: Add new issues and pull requests to project
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/add-to-project@v1.0.2
17+
with:
18+
project-url: https://github.com/orgs/keymanapp/projects/1
19+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)