Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump misskey-dev/release-manager-actions from 1 to 2 #13942

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps misskey-dev/release-manager-actions from 1 to 2.

Release notes

Sourced from misskey-dev/release-manager-actions's releases.

v2.0.0

2.0.0

Release Manager Actions v2 is a release support workflow based on the develop-stable branches system. It is incompatible with v1.

Migration

Migration is deprecated because it is so different from v1, but if it is necessary, do the following:

  1. Create a stable branch and register its name as a STABLE_BRANCH variable.
  2. Since ruleset management is no longer needed, remove RULESET_EDIT_APP_PRIVATE_KEY, RULESET_ID_WITHIN_RELEASE, and RULESET_ID_OUT_OF_RELEASE. Also, the rulesets used in v1 should be deleted.
  3. Grant Repository - Pull request - Read and Write permission to the GitHub App for on: release. If you don't have it, please create it.
    In the Install App tab, select org or user right ⚙️ and go to the App installation management screen, where you will see (app) is requesting an update to its permissions. [Review Request]. Select Review Request and on the next screen select Accept new permissions.
  4. Create a ruleset to protect the stable branch according to README.md.
  5. Override the three release manager workflows.
    Set line 6 of release-edit-with-push.yml to the name of the develop branch (the default branch in your repository).

v1.2.1

The copied actions need to be replaced like following:

  • Eliminated the possibility of code execution and token theft via external input

v1.2.0

The copied actions need to be replaced by the rewritten actions like this: f5d57c0 .

  • The INDENT variable allows selection of the indentation format of package.json.

v1.1.2

  • Fix: Creating Pre-release always creates rc

v1.1.0

  • Make it possible to specify the app when creating a release, so that the on: release workflow can be triggered.

1.0.2

What's Changed

Full Changelog: misskey-dev/release-manager-actions@1.0.1...1.0.2

1.0.1

Fix actions references

Full Changelog: misskey-dev/release-manager-actions@v1.0.0...1.0.1

Changelog

Sourced from misskey-dev/release-manager-actions's changelog.

CHANGELOG

2.0.1

  • Removed unnecessary secrets (RULESET_...)

2.0.0

Release Manager Actions v2 is a release support workflow based on the develop-stable branches system. It is incompatible with v1.

Migration

Migration is deprecated because it is so different from v1, but if it is necessary, do the following:

  1. Create a stable branch and register its name as a STABLE_BRANCH variable.
  2. Since ruleset management is no longer needed, remove RULESET_EDIT_APP_PRIVATE_KEY, RULESET_ID_WITHIN_RELEASE, and RULESET_ID_OUT_OF_RELEASE. Also, the rulesets used in v1 should be deleted.
  3. Grant Repository - Pull request - Read and Write permission to the GitHub App for on: release. If you don't have it, please create it.
    In the Install App tab, select org or user right ⚙️ and go to the App installation management screen, where you will see (app) is requesting an update to its permissions. [Review Request]. Select Review Request and on the next screen select Accept new permissions.
  4. Create a ruleset to protect the stable branch according to README.md.
  5. Override the three release manager workflows.
    Set line 6 of release-edit-with-push.yml to the name of the develop branch (the default branch in your repository).

1.2.1

The copied actions need to be replaced like following:

  • Eliminated the possibility of code execution and token theft via external input

1.2.0

The copied actions need to be replaced by the rewritten actions like this: f5d57c0 .

  • The INDENT variable allows selection of the indentation format of package.json.

1.1.2

  • Fix: Creating Pre-release always creates rc

1.1.1

  • Fix: release-with-ready not creating releases in external apps

1.1.0

  • Make it possible to specify the app when creating a release, so that the on: release workflow can be triggered.

1.0.0

  • The first release
Commits

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 <dependency name> 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)

Bumps [misskey-dev/release-manager-actions](https://github.com/misskey-dev/release-manager-actions) from 1 to 2.
- [Release notes](https://github.com/misskey-dev/release-manager-actions/releases)
- [Changelog](https://github.com/misskey-dev/release-manager-actions/blob/v2/CHANGELOG.md)
- [Commits](misskey-dev/release-manager-actions@v1...v2)

---
updated-dependencies:
- dependency-name: misskey-dev/release-manager-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 3, 2024
@anatawa12
Copy link
Member

#13941 ですしmisskey devで作ってるactionですしignore this dependencyしてもいい気がする

@anatawa12
Copy link
Member

しちゃいます

@dependabot ignore this dependency

@dependabot dependabot bot closed this Jun 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2024

OK, I won't notify you about misskey-dev/release-manager-actions again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/github_actions/misskey-dev/release-manager-actions-2 branch June 8, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant