mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Fix Two Bugs in GitHub Actions Workflows (#3739)
This commit is contained in:
parent
c9636726f7
commit
ca37219a68
2 changed files with 3 additions and 2 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
@ -4,6 +4,6 @@ version: 1
|
|||
|
||||
labels:
|
||||
- label: "dependencies"
|
||||
authors: ["dependabot", "pre-commit-ci"]
|
||||
authors: ["dependabot[bot]", "pre-commit-ci[bot]"]
|
||||
- label: "code quality ✨"
|
||||
authors: ["pre-commit-ci"]
|
||||
authors: ["pre-commit-ci[bot]"]
|
||||
|
|
1
.github/workflows/dependabot-prs.yml
vendored
1
.github/workflows/dependabot-prs.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
find: ${{ steps.dependabot-metadata.outputs.previous-version }}
|
||||
replace: ${{ steps.dependabot-metadata.outputs.new-version }}
|
||||
regex: false
|
||||
exclude: CHANGES.rst
|
||||
|
||||
- name: Commit & Push Changes to PR
|
||||
uses: EndBug/add-and-commit@v9.1.3
|
||||
|
|
Loading…
Reference in a new issue