Skip to content

Commit

Permalink
chore: move sync workflow (#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Oct 4, 2023
1 parent ba66d22 commit d484c8e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: GitHub Issue Sync

workflow_dispatch:
inputs:
excludeClosed:
description: "Exclude closed issues in the sync."
type: boolean
default: true
on:
workflow_dispatch:
inputs:
excludeClosed:
description: "Exclude closed issues in the sync."
type: boolean
default: true

jobs:
sync:
Expand Down

0 comments on commit d484c8e

Please sign in to comment.