ci: update global workflows (#802)
This commit is contained in:
parent
c81aa99c38
commit
bfd1e81a25
3 changed files with 7 additions and 7 deletions
2
.github/workflows/autoupdate.yml
vendored
2
.github/workflows/autoupdate.yml
vendored
|
|
@ -41,6 +41,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: rebase
|
||||
uses: "bbeesley/gha-auto-dependabot-rebase@v1.2.0"
|
||||
uses: "bbeesley/gha-auto-dependabot-rebase@v1.3.18"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
|
|
|||
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
|
|
@ -9,7 +9,7 @@ name: Stale Issues / PRs
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 00 * * *'
|
||||
- cron: '00 10 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue