Skip to content

Bump ash_postgres from 1.5.25 to 1.5.28 in /server #147

Bump ash_postgres from 1.5.25 to 1.5.28 in /server

Bump ash_postgres from 1.5.25 to 1.5.28 in /server #147

Workflow file for this run

name: Fast forward
on:
issue_comment:
types: [created, edited]
permissions:
contents: read
jobs:
fast-forward:
# Only run if the comment contains the /fast-forward command.
if: ${{ contains(github.event.comment.body, '/fast-forward')
&& github.event.issue.pull_request }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Fast forwarding
uses: sequoia-pgp/fast-forward@ea7628bedcb0b0b96e94383ada458d812fca4979 # v1.0.0
with:
merge: true
# To reduce the workflow's verbosity, use 'on-error'
# to only post a comment when an error occurs, or 'never' to
# never post a comment. (In all cases the information is
# still available in the step's summary.)
comment: always