1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.github/workflows/label-merge-conflicts.yml
2021-09-03 13:08:28 +03:00

19 lines
406 B
YAML

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 }}