Skip to content

chore(bridge-withdrawer)!: Cleanup nonce handling from #1215 #5232

chore(bridge-withdrawer)!: Cleanup nonce handling from #1215

chore(bridge-withdrawer)!: Cleanup nonce handling from #1215 #5232

Workflow file for this run

name: Repo Admin
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
pr_title:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: CondeNast/conventional-pull-request-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreCommits: "true"
admin:
if: ${{ always() && !cancelled() }}
needs: [pr_title]
uses: ./.github/workflows/reusable-success.yml
with:
success: ${{ !contains(needs.*.result, 'failure') }}