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

Commit

Permalink
workflow to add bugs to project board (#428)
Browse files Browse the repository at this point in the history
* workflow to add bugs to project board

* fix-missing-attribute-name
  • Loading branch information
hugovalente-pm authored Jul 11, 2022
1 parent 5e20a22 commit d89ad4d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-bugs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add bugs to bugs project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/netdata/projects/45
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
labeled: bug

0 comments on commit d89ad4d

Please sign in to comment.