Skip to content

Commit 2990ee0

Browse files
authored
Merge pull request #316 from IQSS/add_bugs_to_project
add a GitHub Workflow to add bugs to the project board
2 parents 5645741 + 962a222 commit 2990ee0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add bugs to project board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- labeled
8+
9+
jobs:
10+
add-to-project:
11+
name: Add bug to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/add-to-project@v1.0.2
15+
with:
16+
project-url: https://github.com/orgs/IQSS/projects/34
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
labeled: Type: Bug

0 commit comments

Comments
 (0)