Skip to content

Commit

Permalink
Test PR collection labeler changes
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Dec 6, 2024
1 parent c55b829 commit bfc744d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-collection-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: PR Collection Labeler

on: pull_request_target
on: pull_request

jobs:
pr_collection_labeler:
runs-on: ubuntu-latest
steps:
- name: Add collection labels
if: github.event.action == 'opened'
uses: gazebo-tooling/pr-collection-labeler@v1
uses: gazebo-tooling/pr-collection-labeler@azeey/fix_addlabels
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bfc744d

Please sign in to comment.