Skip to content

Commit

Permalink
Pin butlerlogic/autotag to 1.1.2 for now as later versions are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rwunderer committed Mar 23, 2024
1 parent a8f9ca3 commit 9aac24c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: butlerlogic/action-autotag@7421fe0300091f3ef2134f627baaad42a156de10 # 1.1.4
- uses: butlerlogic/[email protected].2
env:
GITHUB_TOKEN: "${{ secrets.TAGGING_TOKEN }}"
with:
Expand Down
8 changes: 8 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"automerge": true
},
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"matchPackageNames": [
"butlerlogic/action-autotag"
],
"automerge": false
}
],

Expand Down

0 comments on commit 9aac24c

Please sign in to comment.