Skip to content

Commit

Permalink
Merge pull request #3 from channel-mirrors/keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Oct 3, 2023
2 parents ab4bd61 + 457ad21 commit 8d22eda
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Keep Alive
on:
# pull_request:
schedule:
- cron: "0 6 * * SUN" # Once weekly on Sunday @ 0600 UTC

jobs:
keep-alive:
name: Keep Alive
if: github.repository == 'channel-mirrors/mirrormirror'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/keepalive-workflow@790c7f09285a59b09bb578c85e271c6ff2af97c4
with:
commit_message: "Ah ah ah, stayin' alive"
committer_username: "github-actions[bot]"
committer_email: "41898282+github-actions[bot]@users.noreply.github.com"
time_elapsed: 30 # days

0 comments on commit 8d22eda

Please sign in to comment.