Skip to content

Commit

Permalink
Merge pull request #127 from cloudflare/lrapoport/add-issues-to-gh-pr…
Browse files Browse the repository at this point in the history
…oject

Automatically add issues to workers-sdk GH project
  • Loading branch information
JacobMGEvans committed Aug 8, 2023
2 parents e18e1df + f85e1ac commit 97e54f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
project-url: https://github.com/orgs/cloudflare/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 97e54f3

Please sign in to comment.