Add workflow to add issues to GH project

This commit is contained in:
lrapoport-cf 2023-08-07 22:10:59 -04:00
parent e18e1dfc82
commit f85e1acfa7

16
.github/workflows/issues.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Add issues to workers-sdk GH 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/cloudflare/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}