Merge pull request #712 from ut-issl/feature/clearly-build-matrix #405
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: labeler | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
paths: | |
- .github/workflows/labeler.yml | |
- .github/labels.yml | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run Labeler | |
uses: crazy-max/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
yaml-file: .github/labels.yml | |
skip-delete: false | |
dry-run: ${{ github.ref != 'refs/heads/develop' }} |