brotherton-erpnext/.github/workflows/labeller.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
234 B
YAML
Raw Normal View History

2022-01-09 14:34:35 +00:00
name: "Pull Request Labeler"
on:
2022-01-09 14:57:18 +00:00
pull_request_target:
types: [opened, reopened]
2022-01-09 14:34:35 +00:00
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"