Rename add-to-project to add-to-project.yml (#375)

This commit is contained in:
Max Goedjen
2022-04-07 21:44:37 -07:00
committed by GitHub
parent 71b4780488
commit 26d6ced9ee

16
.github/workflows/add-to-project.yml vendored Normal file
View File

@@ -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.0.3
with:
project-url: https://github.com/users/maxgoedjen/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}