Change to globbed bazel targets #1780
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Collection Labeler | |
on: pull_request_target | |
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 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |