Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 832b956560 | |||
| f9b9763a3c | |||
| cd0ba86fed |
@@ -20,6 +20,6 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@4d70654e80019edcc5f6422e1a85580f1e0f3d52 # 0.2.10
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
|
||||
+22
@@ -74,6 +74,28 @@
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"description": "Automerge major updates for actions/setup-node to v7.0.0",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackageNames": ["actions/setup-node"],
|
||||
"matchNewValue": "v7.*",
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
},
|
||||
{
|
||||
"description": "Automerge major updates for actions/setup-go to v7",
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackageNames": ["actions/setup-go"],
|
||||
"matchNewValue": "v7.*",
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user