Switch AcceptInvitation
ops to read from team schemas behind FF
#1657
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: All checks pass | |
on: | |
pull_request: | |
merge_group: | |
jobs: | |
enforce-all-checks: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
steps: | |
- name: GitHub Checks | |
uses: poseidon/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |