Skip to content

Commit

Permalink
fix: Labeler pointing to main (#888)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
AlejandroFernandezLuces and pyansys-ci-bot authored Sep 19, 2024
1 parent 7ffdf56 commit bbebe56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Label based on branch name
- uses: actions-ecosystem/action-add-labels@v1
if: |
startsWith(github.event.pull_request.head.ref, 'doc') ||
startsWith(github.event.pull_request.head.ref, 'doc') ||
startsWith(github.event.pull_request.head.ref, 'docs')
with:
labels: documentation
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- [maintenance](https://github.com/ansys/pyprimemesh/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/pyprimemesh/pulls?q=label%3Arelease+)
- [testing](https://github.com/ansys/pyprimemesh/pulls?q=label%Atesting+)
changelog-fragment:
name: "Create changelog fragment"
needs: [labeler]
Expand All @@ -103,6 +103,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-changelog@main
- uses: ansys/actions/doc-changelog@v7
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
1 change: 1 addition & 0 deletions doc/changelog.d/888.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: Labeler pointing to main

0 comments on commit bbebe56

Please sign in to comment.