InvokeAI/.github/workflows/label-pr.yml

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

19 lines
348 B
YAML
Raw Normal View History

2024-03-02 10:42:04 +00:00
name: 'label PRs'
on:
2024-03-02 10:42:04 +00:00
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
2024-03-02 10:42:04 +00:00
- name: checkout
uses: actions/checkout@v4
2024-03-02 10:42:04 +00:00
- name: label PRs
uses: actions/labeler@v5
with:
2024-03-02 10:42:04 +00:00
configuration-path: .github/pr_labels.yml