From bbebe56be014acdb03ac75137ad4b4ba76d1c92b Mon Sep 17 00:00:00 2001 From: Alex Fernandez <21alex295@gmail.com> Date: Thu, 19 Sep 2024 18:38:00 +0200 Subject: [PATCH] fix: Labeler pointing to main (#888) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/label.yml | 6 +++--- doc/changelog.d/888.fixed.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/888.fixed.md diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 68bee27680..af4554e9a1 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -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 @@ -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] @@ -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 }} diff --git a/doc/changelog.d/888.fixed.md b/doc/changelog.d/888.fixed.md new file mode 100644 index 0000000000..f218d57fb5 --- /dev/null +++ b/doc/changelog.d/888.fixed.md @@ -0,0 +1 @@ +fix: Labeler pointing to main \ No newline at end of file