Skip to content

Commit

Permalink
Add github issues sync WF (#1330)
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu authored Aug 12, 2021
1 parent 68f3ddc commit e1fc2f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-issues-sheet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: github-project-issue-to-sheets

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
issues:
types: [opened, deleted, transferred, closed, reopened, assigned, unassigned, labeled, unlabeled]

jobs:
github-project-issue-to-sheets:
runs-on: ubuntu-latest
name: github-project-issue-to-sheets
steps:
- name: github-project-issue-to-sheets
id: github-project-issue-to-sheets
uses: ViRGiL175/github-project-issue-to-sheets@dev
with:
google-api-service-account-credentials: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_DATA }}
document-id: '1vNb7ktLhL-ugL_ohNDFGUDpw71Av8VVC3hhiq1h8mto'
sheet-name: 'Github Issues'

0 comments on commit e1fc2f3

Please sign in to comment.