Skip to content

Commit

Permalink
test without open statues option
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Mar 27, 2024
1 parent 2677d53 commit 64276dd
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/issues-close-project-done.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Project Issue State Sync
on:
schedule:
# Runs on minute 0 every 2 hours
- cron: 0 0-23/2 * * *
workflow_dispatch:
# Manual trigger
push:
branches:
- idwa-28-close-issues-on-project-done
# schedule:
# # Runs on minute 0 every 2 hours
# - cron: 0 0-23/2 * * *
# workflow_dispatch:
# # Manual trigger
jobs:
issue-state-sync:
runs-on: ubuntu-latest
Expand All @@ -16,12 +19,10 @@ jobs:
owner: CDCgov
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

0 comments on commit 64276dd

Please sign in to comment.