- name: PR Labeler
- on:
- pull_request_target:
- types: [opened]
- jobs:
- pr-labeler:
- runs-on: ubuntu-latest
- steps:
- - uses: TimonVS/[email protected]
- with:
- # optional, .github/pr-labeler.yml is the default value
- configuration-path: .github/pr-labeler.yml
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|