We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c11af9f + ad11beb commit 1ff3a6dCopy full SHA for 1ff3a6d
1 file changed
.github/workflows/add-to-keyman-project.yml
@@ -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
9
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