feat: remove staff access in courses for catalog views #85
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
# Enable automerging for named release branches. | ||
# See the reusable workflow for details: | ||
# https://github.com/openedx/.github/.github/workflows/pr-automerge-open-release.yml | ||
name: Automerge BTR open-release PRs | ||
on: | ||
issue_comment: | ||
branches: | ||
- open-release/* | ||
types: | ||
- created | ||
- edited | ||
pull_request_target: | ||
branches: | ||
- open-release/* | ||
types: | ||
- opened | ||
- edited | ||
- ready_for_review | ||
jobs: | ||
automerge: | ||
uses: openedx/.github/.github/workflows/pr-automerge-open-release.yml@master | ||
Check failure on line 24 in .github/workflows/pr-automerge-open-release.yml GitHub Actions / .github/workflows/pr-automerge-open-release.ymlInvalid workflow file
|