2022-02-21 22:32:37 +00:00
|
|
|
name: 'Label Pull Request Project'
|
2022-02-21 22:24:49 +00:00
|
|
|
on:
|
2022-02-22 18:05:27 +00:00
|
|
|
pull_request_target:
|
2022-02-21 22:24:49 +00:00
|
|
|
types:
|
|
|
|
- opened
|
|
|
|
- synchronize
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
label_project:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-29 03:53:58 +00:00
|
|
|
- name: Cancel Previous Runs
|
|
|
|
uses: styfle/cancel-workflow-action@0.7.0
|
|
|
|
with:
|
|
|
|
access_token: ${{ github.token }}
|
2022-03-29 08:43:19 +00:00
|
|
|
|
2022-02-21 22:24:49 +00:00
|
|
|
- uses: actions/labeler@v3
|
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
configuration-path: .github/project-pr-labeler.yml
|