Skip to content

Commit

Permalink
Fix Two Bugs in GitHub Actions Workflows (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Jun 3, 2023
1 parent c963672 commit ca37219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Expand Up @@ -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 change: 1 addition & 0 deletions .github/workflows/dependabot-prs.yml
Expand Up @@ -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
Expand Down

0 comments on commit ca37219

Please sign in to comment.