Skip to content

Commit

Permalink
Merge pull request #12866 from GarvitSinghal47/develop
Browse files Browse the repository at this point in the history
Feat: added update-spreadsheet action
  • Loading branch information
MisRob authored Dec 4, 2024
2 parents f564c3a + 12a2bfa commit 4f90b4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/update-pr-spreadsheet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update community pull requests spreadsheet
on:
pull_request_target:
types: [opened, reopened, edited, closed, synchronize, assigned, unassigned, review_requested, review_request_removed]
pull_request_review:
types: [submitted, edited, dismissed]
issue_comment:
types: [created, edited, deleted]

jobs:
call-update-spreadsheet:
uses: learningequality/.github/.github/workflows/update-pr-spreadsheet.yml@main
secrets:
CONTRIBUTIONS_SPREADSHEET_ID: ${{ secrets.CONTRIBUTIONS_SPREADSHEET_ID }}
CONTRIBUTIONS_SHEET_NAME: ${{ secrets.CONTRIBUTIONS_SHEET_NAME }}
GH_UPLOADER_GCP_SA_CREDENTIALS: ${{ secrets.GH_UPLOADER_GCP_SA_CREDENTIALS }}

0 comments on commit 4f90b4e

Please sign in to comment.