mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
Delete .github/workflows/pullrequests.yml (#243)
* Delete .github/workflows/pullrequests.yml * fixup! Delete .github/workflows/pullrequests.yml --------- Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
This commit is contained in:
parent
9d4ca0f255
commit
ebef541795
2 changed files with 0 additions and 27 deletions
17
.github/workflows/issues.yml
vendored
17
.github/workflows/issues.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
name: Issue
|
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- transferred
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
add-to-project:
|
|
||||||
name: Add issue 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 }}
|
|
10
.github/workflows/pullrequests.yml
vendored
10
.github/workflows/pullrequests.yml
vendored
|
@ -1,10 +0,0 @@
|
||||||
name: Pull request
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
add-to-project:
|
|
||||||
name: Add PR to workers-sdk GH project
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: curl -X POST https://devprod-status-bot.devprod.workers.dev/pr-project/wrangler-action/${{ github.event.number }}
|
|
Loading…
Reference in a new issue