Merge pull request #182 from cloudflare/lrapoport/update-issues-workflow

Update issues workflow
This commit is contained in:
lrapoport-cf 2023-10-05 15:06:06 -04:00 committed by GitHub
commit 9df50d42e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View file

@ -1,13 +1,13 @@
name: Add issues to workers-sdk GH project
name: Issue
on:
issues:
types:
- opened
- [opened, transferred]
jobs:
add-to-project:
name: Add issue to project
name: Add issue to workers-sdk GH project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0

13
.github/workflows/pullrequests.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Pull request
on: pull_request
jobs:
add-to-project:
name: Add PR to workers-sdk GH 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 }}