diff --git a/.github/github-issue-sync.yml b/.github/workflows/github-issue-sync.yml similarity index 89% rename from .github/github-issue-sync.yml rename to .github/workflows/github-issue-sync.yml index cb6289cafdf..f7ad3855d67 100644 --- a/.github/github-issue-sync.yml +++ b/.github/workflows/github-issue-sync.yml @@ -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: