Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit d89ad4d

Browse files
workflow to add bugs to project board (#428)
* workflow to add bugs to project board * fix-missing-attribute-name
1 parent 5e20a22 commit d89ad4d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/add-bugs.yml

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

0 commit comments

Comments
 (0)