Release: Gnosis safe, auctions, Griff-Arb #1327
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Document PR | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize, edited] | |
jobs: | |
label-packages: | |
name: Label packages | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: banyan/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
label-size: | |
name: Label PR size | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: 'pascalgn/[email protected]' | |
env: | |
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
IGNORED: '!.gitignore\nyarn.lock' |