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

Bump scala-steward-org/scala-steward-action from v2.12.0 to v2.13.0 #11

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps scala-steward-org/scala-steward-action from v2.12.0 to v2.13.0.

Release notes

Sourced from scala-steward-org/scala-steward-action's releases.

v2.13.0

What's changed

This release comes with a huge step forward! Now the scala-steward-action can be used as a backend for your own Scala Steward GitHub App! 🎉

If you want to use this new feature just follow this steps:

  1. Create a new Github App
  2. The only permission you need for this app is Metadata: read-only. See more detailed setup instructions here.
  3. Once you do that you will get an App ID and will be able to generate a private key file.
  4. Save the content of that private key file to a repository secret.
  5. Add your App ID and your secret to the scala-steward-action:
- name: Launch Scala Steward
  uses: scala-steward-org/scala-steward-action@v2
  with:
    github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
    github-app-id: 123456
    github-app-key: ${{ secrets.APP_PRIVATE_KEY }}

Now Scala Steward will use Github API to list all app installations and run updates on those repositories.

This feature is available thanks to the work of @​laughedelic:

Contributors to this release

@​laughedelic

Commits

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

@dependabot dependabot bot requested a review from xuwei-k as a code owner March 15, 2021 06:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@xuwei-k xuwei-k merged commit 46a1598 into master Mar 15, 2021
@xuwei-k xuwei-k deleted the dependabot/github_actions/scala-steward-org/scala-steward-action-v2.13.0 branch March 15, 2021 07:29
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
Development

Successfully merging this pull request may close these issues.

1 participant