Create project_automation.yml

This commit is contained in:
Jay Gohil
2023-06-16 16:42:12 +05:30
committed by GitHub
parent d26113debf
commit 46b10a4a1e
+16
View File
@@ -0,0 +1,16 @@
name: Automation - Add all new issues to roadmap 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/Shuffle/projects/8
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}