mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
CI: Post comment when PR has a merge conflict
Switch out the action with another one that actually supports posting comments :^)
This commit is contained in:
parent
25e05e76c4
commit
03aafda788
Notes:
github-actions[bot]
2024-12-17 15:09:51 +00:00
Author: https://github.com/gmta
Commit: 03aafda788
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2948
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 8 additions and 5 deletions
13
.github/workflows/merge-conflict-labeler.yml
vendored
13
.github/workflows/merge-conflict-labeler.yml
vendored
|
@ -17,9 +17,12 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: mschilde/auto-label-merge-conflicts@591722e97f3c4142df3eca156ed0dcf2bcd362bd
|
- uses: eps1lon/actions-label-merge-conflict@v3
|
||||||
with:
|
with:
|
||||||
CONFLICT_LABEL_NAME: 'conflicts'
|
commentOnDirty: >
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Your pull request has conflicts that need to be resolved before it can be reviewed and merged. Make sure to
|
||||||
MAX_RETRIES: 3
|
[rebase](https://www.youtube.com/watch?v=ElRzTuYln0M) your branch on top of the latest `master`.
|
||||||
WAIT_MS: 15000
|
dirtyLabel: 'conflicts'
|
||||||
|
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
retryAfter: 15
|
||||||
|
retryMax: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue