fix: reduce no-response errors in cal ai with increase of timeout thr… #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Comment Merge Conflicts | |
on: push | |
permissions: | |
pull-requests: write | |
jobs: | |
auto-comment-merge-conflicts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: codytseng/auto-comment-merge-conflicts@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
comment-body: "Hey there, there is a merge conflict, can you take a look?" | |
wait-ms: 3000 | |
max-retries: 5 | |
label-name: "🚨 merge conflict" | |
ignore-authors: dependabot,otherAuthor |