Skip to content

Commit

Permalink
labeler workflow fixes (#64)
Browse files Browse the repository at this point in the history
* Try fix labeler

* Update labeler workflow triggers

* fixup! Update labeler workflow triggers
  • Loading branch information
nickrobinson251 authored and RAI CI (GitHub Action Automation) committed Sep 22, 2023
1 parent e28e50a commit 836624c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# See https://github.com/actions/labeler
dot: true
port-to-master: '**'
port-to-v1.10: '**'
port-to-v1.9: '**'
6 changes: 5 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# See https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request_target:
types:
- opened

jobs:
triage:
Expand All @@ -11,3 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
dot: true

0 comments on commit 836624c

Please sign in to comment.