Skip to content

Commit

Permalink
improve github action name (#1101)
Browse files Browse the repository at this point in the history
Makes the TODO checker job displayed on Pull Requests more specific than `enforce`, changed to `Enforce issue references`.
# Before
![Screenshot from 2023-02-09 16-17-36](https://user-images.githubusercontent.com/261693/217968698-11561ef6-0afd-4541-8489-28bfe57d55c9.png)
  • Loading branch information
kostmo authored Feb 10, 2023
1 parent 04800f0 commit 4c5b7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- main
jobs:
enforce:
Enforce issue references:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4c5b7f8

Please sign in to comment.