Skip to content

[Snyk] Security upgrade nginx from 1.24-alpine to 1.25.3-alpine #19

[Snyk] Security upgrade nginx from 1.24-alpine to 1.25.3-alpine

[Snyk] Security upgrade nginx from 1.24-alpine to 1.25.3-alpine #19

Workflow file for this run

name: automerge
on:
pull_request:
branches: [ main ]
# pull_request_review:
# types:
# - submitted
# check_suite:
# types:
# - completed
# status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "lgtm,nice"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "pull-request-title-and-description"
MERGE_FORKS: "false"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
MERGE_REQUIRED_APPROVALS: "0" # change it
# PULL_REQUEST: "" # base branch
- name: feedback
run: |
echo "Pull request ${{ steps.automerge.outputs.pullRequestNumber }} merged!"