chore(deps): update dependency suzuki-shunsuke/pinact to v3.3.0 #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.5
->v3.3.0
Release Notes
suzuki-shunsuke/pinact (suzuki-shunsuke/pinact)
v3.3.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/pinact@v3.2.0...v3.3.0
Features
#1007 Support creating pull request reviews
#1007 Support outputting diff
#1007 Support fixing code while using
-check
optionSupport creating pull request reviews
This pull request enables pinact to create reviews by GitHub API.
A GitHub access token with
pull_requests:write
permission is required.If pinact is run via GitHub Actions
pull_request
event, options (-repo-owner
,-repo-name
,-pr
,-sha
) are auto-completed.Support outputting diff
Using
-diff
option, pinact can output diff.Fix code by
-fix
optionIf
-check
or-diff
option is set, pinact doesn't fix code by default.By setting
-fix
option, you can fix code.📝 -diff, -check, -fix options
The behaviour of
pinact run
command is changed by command line options-diff
,-check
, and-fix
.This is a table how the behaviour is changed by these options.
options | Fix files | Exit with code 1 if actions aren't pinned | Output changes
--- | --- | --- | ---
No option | o | | |
-check | | o | |
-diff | | | o
-check -diff | | o | o
-check -fix | o | o | o
-fix -diff | o | | o
v3.2.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/pinact@v3.1.2...v3.2.0
Features
#1005 Setting error messages in GitHub Actions
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-error-message
--
v3.1.2
Compare Source
Pull Requests | Issues | suzuki-shunsuke/pinact@v3.1.1...v3.1.2
Fixes
#980 Change the log level to debug to suppress warning
v3.1.1
Compare Source
Pull Requests | Issues | suzuki-shunsuke/pinact@v3.1.0...v3.1.1
🐛 Bug Fixes
#968 Fix a bug of
version
command that it outputsunknown
v3.1.0
Compare Source
Pull Requests | Issues | suzuki-shunsuke/pinact@v3.0.5...v3.1.0
Features
#952 Support managing a GitHub access token using secret store such as Windows Credential Manager, macOS Keychain, and GNOME Keyring
You can now manage a GitHub access token using secret store such as Windows Credential Manager, macOS Keychain, and GNOME Keyring.
pinact token set
command:or you can also pass a GitHub Access token via standard input:
PINACT_KEYRING_ENABLED
:export PINACT_KEYRING_ENABLED=true
Note that if the environment variable
GITHUB_TOKEN
is set, this feature gets disabled.You can remove a GitHub Access token from keyring by
pinact token rm
command:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.