Update ERC-7683: Add clause about not knowing minOutput.recipient at order creation time #4687
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
on: | |
pull_request_target: | |
branches: | |
- master | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
name: Jekyll Label Bot | |
jobs: | |
jekyll-label-action: | |
name: Label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Pandapip1/jekyll-label-action@4b7cce7588a8686f5146a8e12aab7269042057ce | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: config/.jekyll-labels.yml |