Skip to content

Commit a438379

Browse files
committed
chore: improve job names in workflow files
Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com>
1 parent d7ac663 commit a438379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/responded.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [created, edited]
55

66
jobs:
7-
label-new-prs:
7+
check-for-response:
88
uses: OpenJobDescription/.github/.github/workflows/reusable_responded.yml@mainline
99
secrets:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stale_prs_and_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 * * * *'
66

77
jobs:
8-
label-new-prs:
8+
check-for-stales:
99
uses: OpenJobDescription/.github/.github/workflows/reusable_stale_prs_and_issues.yml@mainline
1010
secrets:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)