Skip to content

Commit

Permalink
Rename issue workflow and job
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapoport-cf committed Oct 2, 2023
1 parent f4e6269 commit b264562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add issues to workers-sdk GH project
name: Issue

on:
issues:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
add-to-project:
name: Add issue to project
name: Add issue to workers-sdk GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b264562

Please sign in to comment.