Skip to content

M01 State History Update Comparison to upcoming block timestamp instead of last one in the array #100

M01 State History Update Comparison to upcoming block timestamp instead of last one in the array

M01 State History Update Comparison to upcoming block timestamp instead of last one in the array #100

Workflow file for this run

# Create a backport PR to branch "foo" from a merged PR by adding a PR label "backport foo"
name: Backport merged pull request
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v3