mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
Rename issue workflow and job
This commit is contained in:
parent
f4e6269765
commit
b2645622e9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Add issues to workers-sdk GH project
|
name: Issue
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-to-project:
|
add-to-project:
|
||||||
name: Add issue to project
|
name: Add issue to workers-sdk GH project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/add-to-project@v0.5.0
|
- uses: actions/add-to-project@v0.5.0
|
||||||
|
|
Loading…
Reference in a new issue