We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5852e5a commit a1d1f19Copy full SHA for a1d1f19
.github/workflows/needs-rebase.yml
@@ -11,7 +11,7 @@ jobs:
11
# (NOTE: pinning the action to a given commit is a security best-practice:
12
# https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions)
13
- name: Check if PR needs rebase
14
- uses: eps1lon/actions-label-merge-conflict@b8bf8341285ec9a4567d4318ba474fee998a6919
+ uses: eps1lon/actions-label-merge-conflict@6d74047dcef155976a15e4a124dde2c7fe0c5522
15
with:
16
repoToken: "${{ secrets.GITHUB_TOKEN }}"
17
dirtyLabel: "needs-rebase"
0 commit comments