Skip to content

Commit

Permalink
chore: Action to add issues to GH project
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Jul 11, 2023
1 parent 7119608 commit 3daaa71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_issues_to_kanban.yml
@@ -0,0 +1,16 @@
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/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/DeepLcom/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
1 change: 1 addition & 0 deletions .prettierignore
@@ -1,3 +1,4 @@
*.md
.github/
coverage/
dist/

0 comments on commit 3daaa71

Please sign in to comment.