Remove PR auto-label action

It was stuck running for 20+ minutes
This commit is contained in:
Dragory 2021-08-14 16:35:11 +03:00
parent 124bbfdc18
commit e8e764c3b7
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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"