Skip to content

Commit

Permalink
chore: Fix broken Wiki and Stale gh actions (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Mar 22, 2024
1 parent fbcadd4 commit 0564609
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
check:
if: always()
runs-on: ubuntu-latest
name: 🟢 Status Check
name: 🚦 Status Check
needs: [ test ]
steps:
- name: ℹ️ Test Matrix Result
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- name: 👷‍♀️ Checkout
- uses: actions/checkout@v4
- name: 🔧 Checkout
uses: actions/checkout@v4
- name: 📖 Build Wiki
- uses: Andrew-Chen-Wang/github-wiki-action@v4
uses: Andrew-Chen-Wang/github-wiki-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🗄️ Close Inactive
- uses: actions/stale@v9
uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
Expand Down

0 comments on commit 0564609

Please sign in to comment.