Skip to content

Commit

Permalink
Create add-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Oct 14, 2023
1 parent dd2316e commit 773609d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: add-to-project

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

jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: "https://github.com/orgs/R2Northstar/projects/3"
github-token: "${{ secrets.PROJECT_BOARD_TOKEN }}"

0 comments on commit 773609d

Please sign in to comment.