diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml new file mode 100644 index 0000000..29a9ce0 --- /dev/null +++ b/.github/workflows/keepalive.yml @@ -0,0 +1,19 @@ +name: Keepalive Workflow + +on: + schedule: + - cron: "0 0 * * *" + +permissions: + actions: write + +jobs: + cronjob-based-github-action: + name: Keepalive Workflow + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: gautamkrishnar/keepalive-workflow@v2 + with: + workflow_files: "stale.yml, dart-ci.yml" + time_elapsed: "0" \ No newline at end of file diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7ee1477..01a3146 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,4 +9,4 @@ on: jobs: stale: uses: configcat/.github/.github/workflows/stale.yml@master - secrets: inherit \ No newline at end of file + secrets: inherit