Skip to content

Testing commit for opening PRs #18

Testing commit for opening PRs

Testing commit for opening PRs #18

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: ignition-tooling/pr-collection-labeler@chapulina/testing
with:
github-token: ${{ secrets.GITHUB_TOKEN }}