Add Git job to add new issues to project (#2873)

This commit is contained in:
Cesar N
2023-06-13 16:36:21 -07:00
committed by GitHub
parent aa9b73522e
commit c1b9b4c81b

18
.github/workflows/issues.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
# @format
name: Issue Workflow
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
project-url: https://github.com/orgs/miniohq/projects/2
github-token: ${{ secrets.BOT_PAT }}