mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 09:33:23 +01:00
fixup! Delete .github/workflows/pullrequests.yml
This commit is contained in:
parent
2a8db4f987
commit
70294f2c9a
1 changed files with 0 additions and 17 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 }}
|
Loading…
Reference in a new issue