Switch reads in invitation creation logic to teams behind FF + loosely related fixes 🍌 #1646
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: 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/wait-for-status-checks@v0.6.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |