Skip to content

Commit

Permalink
add github action for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed May 29, 2024
1 parent 1ea257d commit 557035c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/auto-add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Adds new Issues automatically to the RCPCH National Paediatric Diabetes Audit Project

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

jobs:
add-to-project:
name: Add issue or PR to project automatically
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/rcpch/projects/13 #NPDA Project
github-token: ${{ secrets.AUTO_ADD_TO_PROJECT_TOKEN }}

0 comments on commit 557035c

Please sign in to comment.