Skip to content

.github: Bump eps1lon/actions-label-merge-conflict from 2.0.1 to 3.0.1 #121

.github: Bump eps1lon/actions-label-merge-conflict from 2.0.1 to 3.0.1

.github: Bump eps1lon/actions-label-merge-conflict from 2.0.1 to 3.0.1 #121

Workflow file for this run

---
name: "Pull Request Needs Rebase?"
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
needs-rebase:
runs-on: ubuntu-latest
steps:
# eps1lon/actions-label-merge-conflict@v2.0.1
# (NOTE: pinning the action to a given commit is a security best-practice:
# https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions)
- name: Check if PR needs rebase
uses: eps1lon/actions-label-merge-conflict@6d74047dcef155976a15e4a124dde2c7fe0c5522
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
dirtyLabel: "needs-rebase"
commentOnDirty: "This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved"