[ISSUE #4160]⚡️Remove unused code from send_message_request_header.rs #56239
Workflow file for this run
This file contains hidden or 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 Merge PR | |
on: | |
pull_request: | |
types: | |
- labeled | |
- unlabeled | |
- synchronize | |
- opened | |
pull_request_review: | |
types: | |
- submitted | |
check_suite: | |
types: | |
- completed | |
status: { } | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: automerge | |
uses: "pascalgn/automerge-action@v0.16.4" | |
env: | |
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}" | |
MERGE_LABELS: "auto merge" | |
MERGE_METHOD: "squash" | |
MERGE_COMMIT_MESSAGE: "automatic" | |
MERGE_FORKS: "true" | |
MERGE_RETRIES: "50" | |
MERGE_RETRY_SLEEP: "10000" | |
MERGE_REQUIRED_APPROVALS: "1" | |
UPDATE_METHOD: "rebase" |