2021-06-09 08:11:23 +00:00
|
|
|
name: "Pull Request Labeler"
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
triage:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-03 17:04:00 +00:00
|
|
|
- uses: actions/labeler@v4
|
2021-06-09 08:11:23 +00:00
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|