woocommerce/.github/workflows/pr-project-label.yml

19 lines
412 B
YAML
Raw Normal View History

2022-02-21 22:32:37 +00:00
name: 'Label Pull Request Project'
on:
pull_request_target:
types:
- opened
- synchronize
2022-04-21 18:29:53 +00:00
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
label_project:
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/project-pr-labeler.yml