This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch chore/update-pr-labeler in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 0f71b00f30f53ef8bb9d85cadac67d86db3127e9 Author: bossenti <[email protected]> AuthorDate: Fri Feb 3 12:34:23 2023 +0100 chore(gh-actions): improve pr labeling workflow --- .github/workflows/pr-labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 92fafa053..e9871360b 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -14,14 +14,14 @@ # limitations under the License. name: "Pull Request Labeler" -run-name: ${{ github.actor }} created pull request labeler +run-name: Pull request labeler for ${{ github.ref_name }} on: pull_request: - types: [opened, closed, reopened] + types: [opened] jobs: - triage: + label-pr: if: >- github.event.pull_request.user.login != 'octobot' && github.event.pull_request.user.login != 'dependabot[bot]'
