mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Add PR workflow
This commit is contained in:
parent
b2645622e9
commit
ac3f259fcf
1 changed files with 13 additions and 0 deletions
13
.github/workflows/pullrequests.yml
vendored
Normal file
13
.github/workflows/pullrequests.yml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue