Add PR workflow

This commit is contained in:
lrapoport-cf 2023-10-02 11:29:17 -04:00
parent b2645622e9
commit ac3f259fcf

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 }}