Remove PR auto-label action
It was stuck running for 20+ minutes
This commit is contained in:
parent
124bbfdc18
commit
e8e764c3b7
1 changed files with 0 additions and 19 deletions
19
.github/workflows/pr-auto-label.yml
vendored
19
.github/workflows/pr-auto-label.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
name: Automatic PR labels
|
|
||||||
|
|
||||||
on:
|
|
||||||
push: {}
|
|
||||||
|
|
||||||
pull_request_target:
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
|
|
||||||
workflow_dispatch: {}
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
needs-rebase:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check if PR needs rebase
|
|
||||||
uses: eps1lon/actions-label-merge-conflict@9023974d0f6f2c9664f51f519363e03d70857188
|
|
||||||
with:
|
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
dirtyLabel: "needs-rebase"
|
|
Loading…
Add table
Reference in a new issue