Drop auto-labeling of PRs that are out of date (#11907)

This commit is contained in:
Pradyun Gedam 2023-03-27 20:06:11 +01:00 committed by GitHub
parent def5ba887e
commit 28239f9bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Autolabel merge conflicts
permissions:
issues: write
pull-requests: write
on:
push:
branches: [main]
jobs:
label-merge-conflicts:
if: github.repository_owner == 'pypa'
runs-on: ubuntu-latest
steps:
- uses: pradyunsg/auto-label-merge-conflicts@v3
with:
CONFLICT_LABEL_NAME: "needs rebase or merge"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}