Replace the FullProof
type with the SemaphoreProof
type in the packages contracts tests
#43
Workflow file for this run
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: auto-assign | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-assign@v3 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | |
reviewers: org/core-devs |