Co-authored-by: rubyowo <perhaps-you-know@what-is.ml> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: winston <hey@winston.sh> Co-authored-by: Carsten Kragelund <carsten@kragelund.me> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com> Co-authored-by: jolheiser <john.olheiser@gmail.com>
18 lines
423 B
YAML
18 lines
423 B
YAML
name: Pull Request Labeler
|
|
|
|
on:
|
|
pull_request_target:
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/labeler@v4.0.3
|
|
with:
|
|
configuration-path: .github/pr-labeler.yml
|
|
sync-labels: true
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|