Skip to content

Commit

Permalink
ci: add project-add.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Mar 14, 2024
1 parent b5a4ccb commit 74e9425
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/project-add.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add issues and PRs to Sia project

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

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/SiaFoundation/projects/5
github-token: ${{ secrets.PAT_ADD_TO_PROJECT }}

0 comments on commit 74e9425

Please sign in to comment.