mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
13 lines
325 B
YAML
13 lines
325 B
YAML
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 }}
|