Skip to content

Commit

Permalink
Add PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapoport-cf committed Oct 2, 2023
1 parent b264562 commit ac3f259
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
project-url: https://github.com/orgs/cloudflare/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit ac3f259

Please sign in to comment.