Skip to content

Commit

Permalink
Merge pull request #264 from keymanapp/chore/505-add-to-keyman-project
Browse files Browse the repository at this point in the history
chore: add new issues to Keyman project automatically
  • Loading branch information
mcdurdin authored Nov 26, 2024
2 parents c11af9f + ad11beb commit 1ff3a6d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add-to-keyman-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add new issues and pull requests to projects

on:
pull_request:
types:
- opened
issues:
types:
- opened

jobs:
add-to-project:
name: Add new issues and pull requests to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/keymanapp/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 1ff3a6d

Please sign in to comment.