Skip to content

Commit

Permalink
chore: Shorten workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 26, 2024
1 parent 063f8a8 commit 759b734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Enforce linking issues to pull requests
name: Enforce linking issues

on:
pull_request_target:
Expand All @@ -11,7 +11,7 @@ defaults:

jobs:
main:
name: Check if the pull request has a linked issue
name: Enforce referencing a closing issue
runs-on: ubuntu-latest
steps:
- name: Count closing issue references
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add relevant issues to the release project
name: Update release project

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

jobs:
main:
name: Add issue to the release project
name: Add relevant issue to the release project
runs-on: ubuntu-latest
steps:
- name: Get the latest release project
Expand Down

0 comments on commit 759b734

Please sign in to comment.