mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
skip_changelog: Fix typo in version bumper
s/pull-request/pull-requests/ Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
e360c2efdf
commit
01d75ff52e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/version_bumper.yml
vendored
2
.github/workflows/version_bumper.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
needs: discover-role-repos
|
needs: discover-role-repos
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-request: write
|
pull-requests: write
|
||||||
container:
|
container:
|
||||||
image: quay.io/prometheus/golang-builder:base
|
image: quay.io/prometheus/golang-builder:base
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue