* Add labeler action * Update .github/labeler.yml Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> * Update .github/labeler.yml Co-authored-by: Cory <cjlevinson@gmail.com> * update labels * update labels * Update .github/labeler.yml Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * update labels Co-authored-by: Cory <cjlevinson@gmail.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
11 lines
213 B
YAML
11 lines
213 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@main
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}" |