Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Bump tj-actions/branch-names action to v6 (#3)
Browse files Browse the repository at this point in the history
This PR contains the following updates:



Package
Type
Update
Change




tj-actions/branch-names
action
major
v5.2 -> v6.1




Release Notes

tj-actions/branch-names
v6.1
Compare Source
Full Changelog
v5.6
Compare Source
Full Changelog
Merged pull requests:

Update tj-actions/verify-changed-files action to v11 #​166 (renovate[bot])
Upgraded to v5.5 #​165 (jackton1)

v5.5
Compare Source
Full Changelog
Fixed bugs:

[BUG] is_default always returns true #​151

Merged pull requests:

chore: add helpful step comments #​164 (jackton1)
Update tj-actions/auto-doc action to v1.4.1 #​162 (renovate[bot])
Update tj-actions/auto-doc action to v1.4.0 #​161 (renovate[bot])
Update peter-evans/create-pull-request action to v4.1.1 #​160 (renovate[bot])
Update peter-evans/create-pull-request action to v4.1.0 #​159 (renovate[bot])
Update tj-actions/auto-doc action to v1.3.1 #​157 (renovate[bot])
Update tj-actions/auto-doc action to v1.3.0 #​156 (renovate[bot])
Update tj-actions/github-changelog-generator action to v1.14 #​155 (renovate[bot])
Upgraded to v5.4 #​154 (jackton1)

v5.4
Compare Source
Full Changelog
Merged pull requests:

fix: bug with is_default boolean output #​153 (jackton1)
Upgraded to v5.3 #​152 (jackton1)

v5.3
Compare Source
Full Changelog
Merged pull requests:

Bump tj-actions/verify-changed-files from 9 to 10 #​150 (dependabot[bot])
Bump codacy/codacy-analysis-cli-action from 4.0.2 to 4.1.0 #​149 (dependabot[bot])
Update peter-evans/create-pull-request action to v4.0.4 #​148 (renovate[bot])
Update tj-actions/auto-doc action to v1.2.15 #​146 (renovate[bot])
Update pascalgn/automerge-action action to v0.15.3 #​145 (renovate[bot])
Update cirrus-actions/rebase action to v1.7 #​144 (renovate[bot])
Update peter-evans/create-pull-request action to v4.0.3 #​143 (renovate[bot])
Update github/codeql-action action to v2 #​142 (renovate[bot])
Update actions/checkout action to v3.0.2 #​141 (renovate[bot])
Update cirrus-actions/rebase action to v1.6 #​139 (renovate[bot])
Update actions/checkout action to v3.0.1 #​138 (renovate[bot])
Update peter-evans/create-pull-request action to v4.0.2 #​137 (renovate[bot])
Update peter-evans/create-pull-request action to v4.0.1 #​136 (renovate[bot])
Update pascalgn/automerge-action action to v0.15.2 #​135 (renovate[bot])
Update pascalgn/automerge-action action to v0.14.4 #​134 (renovate[bot])
Updated README.md #​133 (jackton1)
Update peter-evans/create-pull-request action #​132 (renovate[bot])
Updated README.md #​131 (jackton1)
Updated README.md #​130 (jackton1)
Updated README.md #​129 (jackton1)
Upgraded to v5.2 #​128 (jackton1)



Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.


 If you want to rebase/retry this PR, click this checkbox.


This PR has been generated by Mend Renovate. View repository job log here.
  • Loading branch information
kodiakhq[bot] committed Sep 29, 2022
2 parents bbf75d6 + 8688e8f commit 3c7b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Get Information
id: branch-info
uses: tj-actions/branch-names@v5.2
uses: tj-actions/branch-names@v6.1
- name: Source Branch is not trunk
if: steps.branch-info.outputs.head_ref_branch == 'trunk'
run: exit 2
Expand Down

0 comments on commit 3c7b002

Please sign in to comment.