Skip to content

Commit

Permalink
Create add-to-platform-project.yml (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Dec 21, 2022
1 parent d10c4ef commit dc8deff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-platform-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issues to Platform project

on:
issues:
types:
- opened

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

0 comments on commit dc8deff

Please sign in to comment.