mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore: remove pr labeler requirement (#10081)
This commit is contained in:
parent
2f2aecfb47
commit
4698c39855
1 changed files with 0 additions and 17 deletions
17
.github/workflows/pr-require-label.yml
vendored
17
.github/workflows/pr-require-label.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
name: Enforce PR labels
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [labeled, unlabeled, opened, edited, synchronize]
|
|
||||||
workflow_run:
|
|
||||||
workflows: ["Pull Request Labeler"]
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
jobs:
|
|
||||||
enforce-label:
|
|
||||||
name: Enforce label
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- if: toJson(github.event.pull_request.labels) == '[]'
|
|
||||||
run: exit 1
|
|
||||||
|
|
Loading…
Reference in a new issue