Task - RBAC Authz - Implement frontend check for Settings -> Schedule & details permissions #422
This file contains hidden or 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: Trigger to add Issue or PR to a Core Contributor project board | |
| on: | |
| issues: | |
| types: [labeled] | |
| pull_request: | |
| types: [labeled] | |
| jobs: | |
| add-to-cc-board: | |
| if: github.event.label.name == 'Core Contributor assignee' | |
| uses: openedx/.github/.github/workflows/add-to-cc-board.yml@master | |
| with: | |
| board_name: cc-frontend-apps | |
| secrets: | |
| projects_access_token: ${{ secrets.PROJECTS_TOKEN }} |