Skip to content

Commit f096712

Browse files
authored
Merge pull request #511 from keymanapp/chore/505-add-to-keyman-project
chore: add new issues to Keyman project automatically
2 parents 6aae6d4 + 5c451ac commit f096712

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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/[email protected]
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)