Fix Two Bugs in GitHub Actions Workflows (#3739)

This commit is contained in:
Bibo-Joshi 2023-06-03 08:28:08 +02:00 committed by GitHub
parent c9636726f7
commit ca37219a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

4
.github/labeler.yml vendored
View file

@ -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]"]

View file

@ -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