maxisoft / ASFFreeGames

Collect free steam games while asf is running
GNU Affero General Public License v3.0
121 stars 2 forks source link

Bump gautamkrishnar/keepalive-workflow from 1 to 2 #67

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps gautamkrishnar/keepalive-workflow from 1 to 2.

Release notes

Sourced from gautamkrishnar/keepalive-workflow's releases.

2.0.0

Version 2 🎉 ✨

For a long time, this workflow was using a dummy commit approach to keep the repositories active, this method was effective but came with a side effect. It automatically creates a dummy commit every 50 days, which makes this workflow un-usable for many serious open-source projects, since they heavily rely on commit history. To keep the repository active, this was the only option when I created this workflow.

GitHub made some changes recently, now simply calling the GitHub Action API's enable API Call will keep the workflow active indefinitely. This feature was added to this workflow as an opt-in feature for people to use. Version 2 will make this method the default method for the keep-alive workflow.

People who are using v1 and master tags of this workflow will continue using the dummy commit method since the newly added API-based method requires explicit permission for the API Keys for it to function.

Migrating from v1 to v2

If you are an existing user which used this workflow's v1 version, you can easily migrate to v2 by simply updating the permissions key in your workflow:

Change:

permissions:
  contents: write

to

permissions:
  actions: write

And change the workflow's version from gautamkrishnar/keepalive-workflow@v1 or gautamkrishnar/keepalive-workflow@master to gautamkrishnar/keepalive-workflow@v2. This will automatically start using the workflow's API based method. No more dummy commits 🕺 .

What's Changed

  • Updated the workflow to v2 to make use of API keepalive method by default instead of dummy commit based method

Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/v1...2.0.0

1.2.6

What's Changed

  • Some doc changes
  • Minor code fixes

Special thanks to @​liskin for his suggestions to improve the workflow

Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/1.2.5...1.2.6

1.2.5

What's Changed

  • Doc fixes

Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/1.2.4...1.2.5

1.2.4

What's Changed

  • Added GitHub API based keepalive functionality, Ref: #22

Full Changelog: https://github.com/gautamkrishnar/keepalive-workflow/compare/1.2.3...1.2.4

... (truncated)

Commits
  • beb8621 [skip-ci] Published 2.0.1
  • 4f4ff4b feat: added multi workflow keepalive
  • 6628cda Bump the npm_and_yarn group across 1 directory with 2 updates (#32)
  • 4c03ac4 add shihyuho as a contributor for doc (#29)
  • 56c0fa1 fix: typo in dummy commit config (#28)
  • 6112edb added docs to migrate, fixed: #27
  • 016168f added docs to migrate, fixed: #27
  • e51cc35 Fix readme to have permissions in correct place (#26)
  • 14b7c72 [skip-ci] Published 2.0.0
  • d3ee85b created v2 version with api mode as default
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)