Skip to content

Commit

Permalink
rm push and add step for OCR team
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Mar 22, 2024
1 parent c50e29b commit 2677d53
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/issues-close-project-done.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Project Issue State Sync
on:
push:
branches:
- idwa-28-close-issues-on-project-done
schedule:
# Runs on minute 0 every 2 hours
- cron: 0 0-23/2 * * *
Expand All @@ -20,11 +17,11 @@ jobs:
project_number: 34
closed_statuses: Done
open_statuses: Todo,In Progress,Review
# - name: Sync issues for OCR
# uses: dasmerlon/project-issue-state-sync@v2
# with:
# github_token: ${{ secrets.CLOSE_ISSUE_WHEN_PROJECT_DONE }} #this custom action doesn't allow the default GITHUB_TOKEN, it requires us to use a PAT as the secret unfortunetly..
# owner: CDCgov
# project_number: 33
# closed_statuses: Done
# open_statuses: Todo,In Progress,Review
- name: Sync issues for OCR
uses: dasmerlon/project-issue-state-sync@v2
with:
github_token: ${{ secrets.CLOSE_ISSUE_WHEN_PROJECT_DONE }} #this custom action doesn't allow the default GITHUB_TOKEN, it requires us to use a PAT as the secret unfortunetly..
owner: CDCgov
project_number: 33
closed_statuses: Done
open_statuses: Todo,In Progress,Review

0 comments on commit 2677d53

Please sign in to comment.