Skip to content

Commit

Permalink
ci(workflows): update bot labels (autowarefoundation#3986)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Nov 14, 2023
1 parent a08fc46 commit 61d50fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-ansible-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
pre-commit-config: .pre-commit-config-ansible.yaml
pr-labels: |
bot
pre-commit-ansible-autoupdate
tag:bot
tag:pre-commit-autoupdate
pr-branch: pre-commit-ansible-autoupdate
pr-title: "ci(pre-commit-ansible): autoupdate"
pr-commit-message: "ci(pre-commit-ansible): autoupdate"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
pre-commit-config: .pre-commit-config.yaml
pr-labels: |
bot
pre-commit-autoupdate
tag:bot
tag:pre-commit-autoupdate
pr-branch: pre-commit-autoupdate
pr-title: "ci(pre-commit): autoupdate"
pr-commit-message: "ci(pre-commit): autoupdate"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-optional-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
pre-commit-config: .pre-commit-config-optional.yaml
pr-labels: |
bot
pre-commit-optional-autoupdate
tag:bot
tag:pre-commit-autoupdate
pr-branch: pre-commit-optional-autoupdate
pr-title: "ci(pre-commit-optional): autoupdate"
pr-commit-message: "ci(pre-commit-optional): autoupdate"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-tool-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
commit-message: "chore: update tool versions"
body: ""
labels: |
bot
update-tool-versions
tag:bot
tag:update-tool-versions
signoff: true
delete-branch: true

Expand Down

0 comments on commit 61d50fb

Please sign in to comment.