Skip to content

Commit

Permalink
New workflow: keepalive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Sep 16, 2024
1 parent 732def4 commit 68f5faa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Keepalive Workflow
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
actions: write
jobs:
cronjob-based-github-action:
name: Keepalive Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@3eb47f21355191080dca0f7662d45c192d2ef64d # v2.0.7
with:
workflow_files: "keepalive.yml, add-maintainer-custom-property.yml, add-runtime-custom-property.yml, check-new-repos.yml, copy-repo-secrets-to-org-secrets.yml, dependabot-auto-dismiss.yml, dependabot-nudge.yml, older-than-2y.yml, renovate-sanity-check.yml"
time_elapsed: "0"

0 comments on commit 68f5faa

Please sign in to comment.