Skip to content

Commit 4113a4e

Browse files
committed
ci: add names to anonymous workflows and jobs
1 parent 17f44f0 commit 4113a4e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-canary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: deploy-canary
2+
13
on:
24
push:
35
branches: [main]

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
stale-bugs:
17+
name: 🧹 Mark stale bug issues
1718
runs-on: ubuntu-latest
1819
permissions:
1920
issues: write
@@ -31,6 +32,7 @@ jobs:
3132
operations-per-run: 500
3233

3334
stale-prs:
35+
name: 🧹 Mark stale pull requests
3436
runs-on: ubuntu-latest
3537
permissions:
3638
pull-requests: write

0 commit comments

Comments
 (0)