Skip to content

chore(tests): wait a block period prior quering for upgrade proposal #223

chore(tests): wait a block period prior quering for upgrade proposal

chore(tests): wait a block period prior quering for upgrade proposal #223

Workflow file for this run

name: github
on:
- pull_request_target
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
configuration-path: .github/pr_labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"