We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f44f0 commit 4113a4eCopy full SHA for 4113a4e
2 files changed
.github/workflows/deploy-canary.yml
@@ -1,3 +1,5 @@
1
+name: deploy-canary
2
+
3
on:
4
push:
5
branches: [main]
.github/workflows/stale.yml
@@ -14,6 +14,7 @@ permissions: {}
14
15
jobs:
16
stale-bugs:
17
+ name: 🧹 Mark stale bug issues
18
runs-on: ubuntu-latest
19
permissions:
20
issues: write
@@ -31,6 +32,7 @@ jobs:
31
32
operations-per-run: 500
33
34
stale-prs:
35
+ name: 🧹 Mark stale pull requests
36
37
38
pull-requests: write
0 commit comments