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 6b4c47f commit 665deeeCopy full SHA for 665deee
.github/workflows/stale.yml
@@ -1,4 +1,4 @@
1
-name: Check for stale issues and PRs
+name: Stale
2
on:
3
schedule:
4
- cron: "30 1 * * *"
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
jobs:
7
tests:
8
- name: Run Tests Suite
+ name: Tests
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
@@ -18,7 +18,7 @@ jobs:
18
uses: borales/actions-yarn@v3
19
with:
20
cmd: install
21
- - name: Run Tests
+ - name: Run Tests Suite
22
23
24
cmd: test
0 commit comments