Skip to content

Commit

Permalink
Create
Browse files Browse the repository at this point in the history
New action for adding new issue to project board
  • Loading branch information
fabiovinci authored Mar 10, 2023
1 parent 469fea9 commit 6149dd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/new_issue_to_pb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issue to project board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add new issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/INSPIRE-MIF/projects/4
github-token: ${{ secrets.PROJECT_AUTOMATION }}

0 comments on commit 6149dd6

Please sign in to comment.