Skip to content

Commit

Permalink
Project Issue State Sync (#6045)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics authored Jul 9, 2024
1 parent 62c3404 commit b9ded41
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/project-issue-state-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Project Issue State Sync

on:
schedule:
# At minute 0 every 2 hours
- cron: 0 0-23/2 * * *

workflow_dispatch:
# Manual trigger

jobs:
issue-state-sync:
runs-on: ubuntu-latest

steps:
- name: Sync issue states
uses: dasmerlon/project-issue-state-sync@v2
with:
github_token: ${{ secrets.PROJECT_ISSUE_STATE_SYNC_ACCESS_TOKEN }}
owner: concrete-utopia
project_number: 6
closed_statuses: Done
open_statuses: Available,Doing,PR Open,Malte's Inbox

0 comments on commit b9ded41

Please sign in to comment.