Skip to content

Fix #236 and #313: Remove unnecessary comment about modifications to codeowner file; notify server admins about changes to files in jobs and platform folders. #105

Fix #236 and #313: Remove unnecessary comment about modifications to codeowner file; notify server admins about changes to files in jobs and platform folders.

Fix #236 and #313: Remove unnecessary comment about modifications to codeowner file; notify server admins about changes to files in jobs and platform folders. #105

Workflow file for this run

# Contains jobs corresponding to Oppiabot.
name: Oppiabot
on:
pull_request_target:
branches:
- master
jobs:
oppiabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: CLA Check
uses: oppia/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
SHEETS_TOKEN: ${{ secrets.SHEETS_TOKEN }}
SHEETS_CRED: ${{ secrets.SHEETS_CRED }}
SPREADSHEET_ID: ${{ secrets.SPREADSHEET_ID }}