wrangler-action/.github/workflows/pullrequests.yml

14 lines
325 B
YAML
Raw Normal View History

2023-10-02 17:29:17 +02:00
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
2023-10-05 21:01:41 +02:00
github-token: ${{ secrets.GH_ACCESS_TOKEN }}