Skip to content

Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 #275

Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0

Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 #275

Workflow file for this run

name: Keep the repo alive
on:
schedule:
- cron: "22 12 */3 * *"
push:
pull_request:
fork:
status:
issues:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
keep-alive:
name: Keep the repo alive
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
timeout-minutes: 5
- uses: gautamkrishnar/keepalive-workflow@v1
timeout-minutes: 5
with:
committer_username: ${{ github.repository_owner }}
committer_email: ${{ github.repository_owner }}@users.noreply.github.com