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.2 #16

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v2.13.2

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:

🚀 Features

🐛 Bug Fixes

Contributors to this release

@​laughedelic and @​alejandrohdezma

Commits
  • 92733d2 Format & Build
  • 5bea116 Merge pull request #226 from scala-steward-org/bug/repository
  • e1f4fb9 Use () when calling method without parameters
  • 97b66fd Rename auto-tag-major to auto-tag-major.yml
  • 70c3650 Create auto-tag-major
  • ace0d7b Format & Build
  • 862fee7 Merge pull request #224 from scala-steward-org/disabling-cache
  • 52063ff Allow disabling cache by setting cache-ttl input to 0
  • a17c160 Update list of inputs available
  • 7e28bc7 Update TOC
  • Additional commits viewable in compare view

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 added the dependencies Pull requests that update a dependency file label Mar 17, 2021
@mschuwalow mschuwalow merged commit c2f6549 into master Apr 19, 2021
@mschuwalow mschuwalow deleted the dependabot/github_actions/scala-steward-org/scala-steward-action-v2.13.2 branch April 19, 2021 09:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant