Skip to content

Commit

Permalink
Update name of test for label-check.yaml
Browse files Browse the repository at this point in the history
I am trying to get a name that makes it clear that the submitting developer does not need to worry about this test failing.

I added a couple words to remind us that we should check the title is good for release notes.

If this works I’ll try it on the NetworkX repo too.
  • Loading branch information
dschult authored Oct 25, 2023
1 parent c89e4af commit cbca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
check-type-label:
name: ensure type label
name: core dev picked label & checked title
runs-on: ubuntu-latest
steps:
- if: "contains( env.LABELS, 'type: ' ) == false"
Expand Down

0 comments on commit cbca705

Please sign in to comment.