@valtimo-plugins/github 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/fesm2022/valtimo-plugins-github.mjs +2022 -0
  2. package/fesm2022/valtimo-plugins-github.mjs.map +1 -0
  3. package/index.d.ts +5 -0
  4. package/lib/assets/github-plugin-logo.d.ts +8 -0
  5. package/lib/assets/index.d.ts +1 -0
  6. package/lib/base/github-function-configuration.component.d.ts +58 -0
  7. package/lib/components/comment/comment-configuration.component.d.ts +8 -0
  8. package/lib/components/create-branch/create-branch-configuration.component.d.ts +8 -0
  9. package/lib/components/create-issue/create-issue-configuration.component.d.ts +8 -0
  10. package/lib/components/create-label/create-label-configuration.component.d.ts +8 -0
  11. package/lib/components/create-or-update-file/create-or-update-file-configuration.component.d.ts +8 -0
  12. package/lib/components/create-pull-request/create-pull-request-configuration.component.d.ts +8 -0
  13. package/lib/components/get-authenticated-user/get-authenticated-user-configuration.component.d.ts +8 -0
  14. package/lib/components/get-check-status/get-check-status-configuration.component.d.ts +8 -0
  15. package/lib/components/get-file-content/get-file-content-configuration.component.d.ts +8 -0
  16. package/lib/components/get-issue/get-issue-configuration.component.d.ts +8 -0
  17. package/lib/components/get-job-logs/get-job-logs-configuration.component.d.ts +8 -0
  18. package/lib/components/get-project-items/get-project-items-configuration.component.d.ts +8 -0
  19. package/lib/components/get-pull-request/get-pull-request-configuration.component.d.ts +8 -0
  20. package/lib/components/get-repository/get-repository-configuration.component.d.ts +8 -0
  21. package/lib/components/get-workflow-run/get-workflow-run-configuration.component.d.ts +8 -0
  22. package/lib/components/github-configuration/github-configuration.component.d.ts +28 -0
  23. package/lib/components/graphql-query/graphql-query-configuration.component.d.ts +8 -0
  24. package/lib/components/list-issues/list-issues-configuration.component.d.ts +11 -0
  25. package/lib/components/list-pull-requests/list-pull-requests-configuration.component.d.ts +11 -0
  26. package/lib/components/list-repositories/list-repositories-configuration.component.d.ts +11 -0
  27. package/lib/components/list-review-threads/list-review-threads-configuration.component.d.ts +8 -0
  28. package/lib/components/list-workflow-runs/list-workflow-runs-configuration.component.d.ts +8 -0
  29. package/lib/components/merge-pull-request/merge-pull-request-configuration.component.d.ts +11 -0
  30. package/lib/components/reply-to-review-comment/reply-to-review-comment-configuration.component.d.ts +8 -0
  31. package/lib/components/request-reviewers/request-reviewers-configuration.component.d.ts +8 -0
  32. package/lib/components/rerun-workflow/rerun-workflow-configuration.component.d.ts +8 -0
  33. package/lib/components/resolve-review-thread/resolve-review-thread-configuration.component.d.ts +8 -0
  34. package/lib/components/rest-request/rest-request-configuration.component.d.ts +11 -0
  35. package/lib/components/review-pull-request/review-pull-request-configuration.component.d.ts +11 -0
  36. package/lib/components/search-issues/search-issues-configuration.component.d.ts +11 -0
  37. package/lib/components/set-project-item-field/set-project-item-field-configuration.component.d.ts +11 -0
  38. package/lib/components/set-pull-request-draft/set-pull-request-draft-configuration.component.d.ts +8 -0
  39. package/lib/components/update-issue/update-issue-configuration.component.d.ts +12 -0
  40. package/lib/components/update-pull-request/update-pull-request-configuration.component.d.ts +11 -0
  41. package/lib/github-plugin-module.d.ts +43 -0
  42. package/lib/github-plugin.specification.d.ts +3 -0
  43. package/lib/models/config.d.ts +253 -0
  44. package/lib/models/index.d.ts +1 -0
  45. package/package.json +27 -0
  46. package/public_api.d.ts +38 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valtimo-plugins-github.mjs","sources":["../../../../frontend/projects/plugin/src/lib/models/config.ts","../../../../frontend/projects/plugin/src/lib/models/index.ts","../../../../frontend/projects/plugin/src/lib/components/github-configuration/github-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/github-configuration/github-configuration.component.html","../../../../frontend/projects/plugin/src/lib/base/github-function-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-repository/get-repository-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-repository/get-repository-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/list-repositories/list-repositories-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/list-repositories/list-repositories-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-authenticated-user/get-authenticated-user-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-authenticated-user/get-authenticated-user-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/list-issues/list-issues-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/list-issues/list-issues-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-issue/get-issue-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-issue/get-issue-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/search-issues/search-issues-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/search-issues/search-issues-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/create-issue/create-issue-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/create-issue/create-issue-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/update-issue/update-issue-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/update-issue/update-issue-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/comment/comment-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/comment/comment-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/list-pull-requests/list-pull-requests-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/list-pull-requests/list-pull-requests-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-pull-request/get-pull-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-pull-request/get-pull-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/create-pull-request/create-pull-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/create-pull-request/create-pull-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/update-pull-request/update-pull-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/update-pull-request/update-pull-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/set-pull-request-draft/set-pull-request-draft-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/set-pull-request-draft/set-pull-request-draft-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/merge-pull-request/merge-pull-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/merge-pull-request/merge-pull-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/review-pull-request/review-pull-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/review-pull-request/review-pull-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/request-reviewers/request-reviewers-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/request-reviewers/request-reviewers-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/list-review-threads/list-review-threads-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/list-review-threads/list-review-threads-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/reply-to-review-comment/reply-to-review-comment-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/reply-to-review-comment/reply-to-review-comment-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/resolve-review-thread/resolve-review-thread-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/resolve-review-thread/resolve-review-thread-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/create-label/create-label-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/create-label/create-label-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-check-status/get-check-status-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-check-status/get-check-status-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/list-workflow-runs/list-workflow-runs-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/list-workflow-runs/list-workflow-runs-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-workflow-run/get-workflow-run-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-workflow-run/get-workflow-run-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-job-logs/get-job-logs-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-job-logs/get-job-logs-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/rerun-workflow/rerun-workflow-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/rerun-workflow/rerun-workflow-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-file-content/get-file-content-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-file-content/get-file-content-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/create-or-update-file/create-or-update-file-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/create-or-update-file/create-or-update-file-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/create-branch/create-branch-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/create-branch/create-branch-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/get-project-items/get-project-items-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/get-project-items/get-project-items-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/set-project-item-field/set-project-item-field-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/set-project-item-field/set-project-item-field-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/rest-request/rest-request-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/rest-request/rest-request-configuration.component.html","../../../../frontend/projects/plugin/src/lib/components/graphql-query/graphql-query-configuration.component.ts","../../../../frontend/projects/plugin/src/lib/components/graphql-query/graphql-query-configuration.component.html","../../../../frontend/projects/plugin/src/lib/github-plugin-module.ts","../../../../frontend/projects/plugin/src/lib/assets/github-plugin-logo.ts","../../../../frontend/projects/plugin/src/lib/assets/index.ts","../../../../frontend/projects/plugin/src/lib/github-plugin.specification.ts","../../../../frontend/projects/plugin/src/public_api.ts","../../../../frontend/projects/plugin/src/valtimo-plugins-github.ts"],"sourcesContent":["/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {PluginConfigurationData} from '@valtimo/plugin';\n\n/**\n * How a plugin configuration is stored. Keep in lockstep with the @PluginProperty fields of\n * GitHubPlugin in Kotlin.\n */\ninterface GitHubConfig extends PluginConfigurationData {\n url: string;\n token: string;\n defaultRepository?: string;\n graphqlUrl?: string;\n perPage?: number;\n maxPages?: number;\n}\n\n/**\n * One interface per action, mirroring its @PluginActionProperty parameters.\n *\n * `resultVariable` is on nearly all of them: it names the process variable the answer is\n * written to, and leaving it empty means the answer is discarded — which is what you want\n * for an action whose point is the write rather than the reply.\n */\ninterface GetRepositoryConfig {\n repository?: string;\n resultVariable?: string;\n}\n\ninterface ListRepositoriesConfig {\n owner: string;\n type?: string;\n limit?: number;\n resultVariable?: string;\n}\n\ninterface GetAuthenticatedUserConfig {\n resultVariable?: string;\n}\n\ninterface ListIssuesConfig {\n repository?: string;\n state?: string;\n labels?: string;\n assignee?: string;\n creator?: string;\n since?: string;\n limit?: number;\n resultVariable?: string;\n}\n\ninterface GetIssueConfig {\n repository?: string;\n issueNumber: number;\n includeComments?: boolean;\n includeTimeline?: boolean;\n resultVariable?: string;\n}\n\ninterface SearchIssuesConfig {\n query: string;\n sort?: string;\n order?: string;\n limit?: number;\n resultVariable?: string;\n}\n\ninterface CreateIssueConfig {\n repository?: string;\n title: string;\n body?: string;\n labels?: string;\n assignees?: string;\n resultVariable?: string;\n}\n\ninterface UpdateIssueConfig {\n repository?: string;\n issueNumber: number;\n title?: string;\n body?: string;\n state?: string;\n stateReason?: string;\n addLabels?: string;\n removeLabels?: string;\n addAssignees?: string;\n removeAssignees?: string;\n resultVariable?: string;\n}\n\ninterface CommentConfig {\n repository?: string;\n issueNumber: number;\n body: string;\n resultVariable?: string;\n}\n\ninterface ListPullRequestsConfig {\n repository?: string;\n state?: string;\n base?: string;\n head?: string;\n limit?: number;\n resultVariable?: string;\n}\n\ninterface GetPullRequestConfig {\n repository?: string;\n pullRequestNumber: number;\n includeFiles?: boolean;\n includeReviews?: boolean;\n includeComments?: boolean;\n includeChecks?: boolean;\n resultVariable?: string;\n}\n\ninterface CreatePullRequestConfig {\n repository?: string;\n title: string;\n body?: string;\n head: string;\n base?: string;\n draft?: boolean;\n resultVariable?: string;\n}\n\ninterface UpdatePullRequestConfig {\n repository?: string;\n pullRequestNumber: number;\n title?: string;\n body?: string;\n base?: string;\n state?: string;\n addLabels?: string;\n removeLabels?: string;\n resultVariable?: string;\n}\n\ninterface SetPullRequestDraftConfig {\n repository?: string;\n pullRequestNumber: number;\n draft: boolean;\n resultVariable?: string;\n}\n\ninterface MergePullRequestConfig {\n repository?: string;\n pullRequestNumber: number;\n mergeMethod?: string;\n commitTitle?: string;\n commitMessage?: string;\n expectedHeadSha?: string;\n resultVariable?: string;\n}\n\ninterface ReviewPullRequestConfig {\n repository?: string;\n pullRequestNumber: number;\n event: string;\n body?: string;\n resultVariable?: string;\n}\n\ninterface RequestReviewersConfig {\n repository?: string;\n pullRequestNumber: number;\n reviewers?: string;\n teamReviewers?: string;\n resultVariable?: string;\n}\n\ninterface ListReviewThreadsConfig {\n repository?: string;\n pullRequestNumber: number;\n onlyUnresolved?: boolean;\n resultVariable?: string;\n}\n\ninterface ReplyToReviewCommentConfig {\n repository?: string;\n pullRequestNumber: number;\n commentId: string;\n body: string;\n resultVariable?: string;\n}\n\ninterface ResolveReviewThreadConfig {\n threadId: string;\n resolve?: boolean;\n resultVariable?: string;\n}\n\ninterface CreateLabelConfig {\n repository?: string;\n name: string;\n color?: string;\n description?: string;\n resultVariable?: string;\n}\n\ninterface GetCheckStatusConfig {\n repository?: string;\n ref: string;\n resultVariable?: string;\n}\n\ninterface ListWorkflowRunsConfig {\n repository?: string;\n branch?: string;\n status?: string;\n event?: string;\n limit?: number;\n resultVariable?: string;\n}\n\ninterface GetWorkflowRunConfig {\n repository?: string;\n runId: string;\n includeJobs?: boolean;\n resultVariable?: string;\n}\n\ninterface GetJobLogsConfig {\n repository?: string;\n jobId: string;\n maxLines?: number;\n resultVariable?: string;\n}\n\ninterface RerunWorkflowConfig {\n repository?: string;\n runId: string;\n onlyFailed?: boolean;\n resultVariable?: string;\n}\n\ninterface GetFileContentConfig {\n repository?: string;\n path: string;\n ref?: string;\n resultVariable?: string;\n}\n\ninterface CreateOrUpdateFileConfig {\n repository?: string;\n path: string;\n commitMessage: string;\n content?: string;\n resourceId?: string;\n branch?: string;\n expectedSha?: string;\n resultVariable?: string;\n}\n\ninterface CreateBranchConfig {\n repository?: string;\n branchName: string;\n fromRef?: string;\n resultVariable?: string;\n}\n\ninterface GetProjectItemsConfig {\n repository?: string;\n issueNumber: number;\n resultVariable?: string;\n}\n\ninterface SetProjectItemFieldConfig {\n projectId: string;\n itemId: string;\n fieldId: string;\n valueType: string;\n value: string;\n resultVariable?: string;\n}\n\ninterface RestRequestConfig {\n method?: string;\n path: string;\n body?: string;\n resultVariable?: string;\n}\n\ninterface GraphqlQueryConfig {\n query: string;\n variables?: string;\n resultVariable?: string;\n}\n\nexport {\n GitHubConfig,\n GetRepositoryConfig,\n ListRepositoriesConfig,\n GetAuthenticatedUserConfig,\n ListIssuesConfig,\n GetIssueConfig,\n SearchIssuesConfig,\n CreateIssueConfig,\n UpdateIssueConfig,\n CommentConfig,\n ListPullRequestsConfig,\n GetPullRequestConfig,\n CreatePullRequestConfig,\n UpdatePullRequestConfig,\n SetPullRequestDraftConfig,\n MergePullRequestConfig,\n ReviewPullRequestConfig,\n RequestReviewersConfig,\n ListReviewThreadsConfig,\n ReplyToReviewCommentConfig,\n ResolveReviewThreadConfig,\n CreateLabelConfig,\n GetCheckStatusConfig,\n ListWorkflowRunsConfig,\n GetWorkflowRunConfig,\n GetJobLogsConfig,\n RerunWorkflowConfig,\n GetFileContentConfig,\n CreateOrUpdateFileConfig,\n CreateBranchConfig,\n GetProjectItemsConfig,\n SetProjectItemFieldConfig,\n RestRequestConfig,\n GraphqlQueryConfig,\n};\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './config';\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, EventEmitter, Input, OnDestroy, OnInit, Output} from '@angular/core';\nimport {\n PluginConfigurationComponent,\n PluginConfigurationData,\n} from '@valtimo/plugin';\nimport {BehaviorSubject, combineLatest, Observable, Subscription, take} from 'rxjs';\nimport {GitHubConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-configuration',\n templateUrl: './github-configuration.component.html',\n})\nexport class GitHubConfigurationComponent\n implements PluginConfigurationComponent, OnInit, OnDestroy\n{\n @Input() save$!: Observable<void>;\n @Input() disabled$!: Observable<boolean>;\n @Input() pluginId!: string;\n @Input() prefillConfiguration$!: Observable<GitHubConfig>;\n @Output() valid: EventEmitter<boolean> = new EventEmitter<boolean>();\n @Output() configuration: EventEmitter<PluginConfigurationData> =\n new EventEmitter<PluginConfigurationData>();\n\n private saveSubscription!: Subscription;\n private readonly formValue$ = new BehaviorSubject<GitHubConfig | null>(null);\n private readonly valid$ = new BehaviorSubject<boolean>(false);\n\n ngOnInit(): void {\n this.openSaveSubscription();\n }\n\n ngOnDestroy(): void {\n this.saveSubscription?.unsubscribe();\n }\n\n formValueChange(formValue: GitHubConfig): void {\n this.formValue$.next(formValue);\n this.handleValid(formValue);\n }\n\n /**\n * The url and the token are the whole connection; everything else has a default. The\n * default repository deliberately is not required — a configuration that works across\n * repositories fills it in per action instead.\n */\n private handleValid(formValue: GitHubConfig): void {\n const valid = !!(formValue.configurationTitle && formValue.url && formValue.token);\n\n this.valid$.next(valid);\n this.valid.emit(valid);\n }\n\n private openSaveSubscription(): void {\n this.saveSubscription = this.save$?.subscribe(() => {\n combineLatest([this.formValue$, this.valid$])\n .pipe(take(1))\n .subscribe(([formValue, valid]) => {\n if (valid) {\n this.configuration.emit(formValue!);\n }\n });\n });\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.configurationTitle\"\n [required]=\"true\"\n [tooltip]=\"'configurationTitleTooltip' | pluginTranslate: pluginId | async\"\n [widthPx]=\"350\"\n placeholder=\"GitHub Plugin\"\n ></v-input>\n\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.url || 'https://api.github.com'\"\n [required]=\"true\"\n [tooltip]=\"'urlTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"https://api.github.com\"\n ></v-input>\n\n <v-input\n name=\"token\"\n type=\"password\"\n [title]=\"'token' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.token\"\n [required]=\"true\"\n [tooltip]=\"'tokenTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"defaultRepository\"\n [title]=\"'defaultRepository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.defaultRepository\"\n [required]=\"false\"\n [tooltip]=\"'defaultRepositoryTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"owner/repo\"\n ></v-input>\n\n <v-input\n name=\"graphqlUrl\"\n [title]=\"'graphqlUrl' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.graphqlUrl\"\n [required]=\"false\"\n [tooltip]=\"'graphqlUrlTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"perPage\"\n type=\"number\"\n [title]=\"'perPage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.perPage || 100\"\n [required]=\"false\"\n [tooltip]=\"'perPageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxPages\"\n type=\"number\"\n [title]=\"'maxPages' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.maxPages || 5\"\n [required]=\"false\"\n [tooltip]=\"'maxPagesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Directive, EventEmitter, inject, Input, OnDestroy, OnInit, Output} from '@angular/core';\nimport {\n FunctionConfigurationComponent,\n FunctionConfigurationData,\n PluginTranslationService,\n} from '@valtimo/plugin';\nimport {SelectItem} from '@valtimo/components';\nimport {TranslateService} from '@ngx-translate/core';\nimport {BehaviorSubject, combineLatest, map, Observable, Subscription, take} from 'rxjs';\n\n/**\n * What every action configuration screen of this plugin has in common.\n *\n * There are more than thirty of them and they differ only in which fields they show and\n * which of those are required. Written out per component that would be thirty copies of the\n * same save subscription and the same validity plumbing, and thirty places for one of them\n * to drift — a component that forgets to unsubscribe, or that emits an invalid\n * configuration, is not something a reviewer would spot in the thirtieth copy.\n *\n * Subclasses declare their required fields and nothing else. Dependencies are taken with\n * `inject()` rather than through a constructor so that a subclass does not have to declare\n * one purely to pass them up.\n */\n@Directive()\nexport abstract class GitHubFunctionConfigurationComponent<T extends object>\n implements FunctionConfigurationComponent, OnInit, OnDestroy\n{\n @Input() save$!: Observable<void>;\n @Input() disabled$!: Observable<boolean>;\n @Input() pluginId!: string;\n @Input() prefillConfiguration$!: Observable<T>;\n @Output() valid: EventEmitter<boolean> = new EventEmitter<boolean>();\n @Output() configuration: EventEmitter<FunctionConfigurationData> =\n new EventEmitter<FunctionConfigurationData>();\n\n protected readonly translateService = inject(TranslateService);\n protected readonly pluginTranslationService = inject(PluginTranslationService);\n\n private saveSubscription!: Subscription;\n private readonly formValue$ = new BehaviorSubject<T | null>(null);\n private readonly valid$ = new BehaviorSubject<boolean>(false);\n\n /**\n * The fields without which this action cannot run. Everything else is optional, and an\n * optional field left empty means \"let the backend decide\" rather than \"send an empty\n * string\" — the backend treats blank as absent throughout.\n */\n protected abstract requiredFields(): Array<keyof T>;\n\n ngOnInit(): void {\n this.openSaveSubscription();\n }\n\n ngOnDestroy(): void {\n this.saveSubscription?.unsubscribe();\n }\n\n formValueChange(formValue: T): void {\n this.formValue$.next(formValue);\n this.handleValid(formValue);\n }\n\n /**\n * Builds the options of a dropdown, relabelled whenever the language changes.\n *\n * The labels come from this plugin's own translations under `<field>.<value>`, so the\n * value that reaches the backend is the one GitHub knows — `REQUEST_CHANGES`, not\n * whatever it is called in Dutch.\n */\n protected selectItems(field: string, values: string[]): Observable<SelectItem[]> {\n return this.translateService.stream('key').pipe(\n map(() =>\n values.map(value => ({\n id: value,\n text: this.pluginTranslationService.instant(`${field}.${value}`, this.pluginId),\n }))\n )\n );\n }\n\n /**\n * A field counts as filled in when it has a value — which is not the same as being\n * truthy. `false` on a checkbox and `0` in a number field are answers, and treating them\n * as missing would make a step that legitimately says \"no\" unsavable.\n */\n private handleValid(formValue: T): void {\n const valid = this.requiredFields().every(field => {\n const value = formValue?.[field];\n return value !== undefined && value !== null && value !== '';\n });\n\n this.valid$.next(valid);\n this.valid.emit(valid);\n }\n\n private openSaveSubscription(): void {\n this.saveSubscription = this.save$?.subscribe(() => {\n combineLatest([this.formValue$, this.valid$])\n .pipe(take(1))\n .subscribe(([formValue, valid]) => {\n if (valid) {\n this.configuration.emit(formValue!);\n }\n });\n });\n }\n}\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetRepositoryConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-repository-configuration',\n templateUrl: './get-repository-configuration.component.html',\n})\nexport class GetRepositoryConfigurationComponent extends GitHubFunctionConfigurationComponent<GetRepositoryConfig> {\n protected requiredFields(): Array<keyof GetRepositoryConfig> {\n return [];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getRepositoryDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ListRepositoriesConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-list-repositories-configuration',\n templateUrl: './list-repositories-configuration.component.html',\n})\nexport class ListRepositoriesConfigurationComponent extends GitHubFunctionConfigurationComponent<ListRepositoriesConfig> {\n readonly typeItems$: Observable<SelectItem[]> = this.selectItems(\n 'type',\n ['all', 'public', 'private', 'forks', 'sources', 'member']\n );\n\n protected requiredFields(): Array<keyof ListRepositoriesConfig> {\n return ['owner'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'listRepositoriesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n typeItems: typeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"owner\"\n [title]=\"'owner' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.owner\"\n [placeholder]=\"'valtimo-platform'\"\n [tooltip]=\"'ownerTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"type\"\n [items]=\"obs.typeItems || []\"\n [title]=\"'type' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.type\"\n [tooltip]=\"'typeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetAuthenticatedUserConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-authenticated-user-configuration',\n templateUrl: './get-authenticated-user-configuration.component.html',\n})\nexport class GetAuthenticatedUserConfigurationComponent extends GitHubFunctionConfigurationComponent<GetAuthenticatedUserConfig> {\n protected requiredFields(): Array<keyof GetAuthenticatedUserConfig> {\n return [];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getAuthenticatedUserDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ListIssuesConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-list-issues-configuration',\n templateUrl: './list-issues-configuration.component.html',\n})\nexport class ListIssuesConfigurationComponent extends GitHubFunctionConfigurationComponent<ListIssuesConfig> {\n readonly stateItems$: Observable<SelectItem[]> = this.selectItems(\n 'state',\n ['open', 'closed', 'all']\n );\n\n protected requiredFields(): Array<keyof ListIssuesConfig> {\n return [];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'listIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'state' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'stateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"labels\"\n [title]=\"'labels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'labelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignee\"\n [title]=\"'assignee' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignee\"\n [tooltip]=\"'assigneeTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"creator\"\n [title]=\"'creator' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.creator\"\n [tooltip]=\"'creatorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"since\"\n [title]=\"'since' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.since\"\n [placeholder]=\"'2026-01-01T00:00:00Z'\"\n [tooltip]=\"'sinceTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetIssueConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-issue-configuration',\n templateUrl: './get-issue-configuration.component.html',\n})\nexport class GetIssueConfigurationComponent extends GitHubFunctionConfigurationComponent<GetIssueConfig> {\n protected requiredFields(): Array<keyof GetIssueConfig> {\n return ['issueNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getIssueDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeTimeline\"\n type=\"checkbox\"\n [title]=\"'includeTimeline' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeTimeline ?? false\"\n [tooltip]=\"'includeTimelineTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {SearchIssuesConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-search-issues-configuration',\n templateUrl: './search-issues-configuration.component.html',\n})\nexport class SearchIssuesConfigurationComponent extends GitHubFunctionConfigurationComponent<SearchIssuesConfig> {\n readonly orderItems$: Observable<SelectItem[]> = this.selectItems(\n 'order',\n ['', 'desc', 'asc']\n );\n\n protected requiredFields(): Array<keyof SearchIssuesConfig> {\n return ['query'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'searchIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n orderItems: orderItems$ | async\n } as obs\"\n>\n <v-input\n name=\"query\"\n [title]=\"'query' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [placeholder]=\"'org:ritense is:pr is:open label:maintained-by-ai'\"\n [tooltip]=\"'queryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"sort\"\n [title]=\"'sort' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.sort\"\n [placeholder]=\"'updated'\"\n [tooltip]=\"'sortTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"order\"\n [items]=\"obs.orderItems || []\"\n [title]=\"'order' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.order\"\n [tooltip]=\"'orderTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CreateIssueConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-create-issue-configuration',\n templateUrl: './create-issue-configuration.component.html',\n})\nexport class CreateIssueConfigurationComponent extends GitHubFunctionConfigurationComponent<CreateIssueConfig> {\n protected requiredFields(): Array<keyof CreateIssueConfig> {\n return ['title'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'createIssueDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"labels\"\n [title]=\"'newLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'newLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignees\"\n [title]=\"'assignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignees\"\n [placeholder]=\"'Klaas-Ritense'\"\n [tooltip]=\"'assigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {UpdateIssueConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-update-issue-configuration',\n templateUrl: './update-issue-configuration.component.html',\n})\nexport class UpdateIssueConfigurationComponent extends GitHubFunctionConfigurationComponent<UpdateIssueConfig> {\n readonly stateItems$: Observable<SelectItem[]> = this.selectItems(\n 'state',\n ['', 'open', 'closed']\n );\n\n readonly stateReasonItems$: Observable<SelectItem[]> = this.selectItems(\n 'stateReason',\n ['', 'completed', 'not_planned', 'reopened']\n );\n\n protected requiredFields(): Array<keyof UpdateIssueConfig> {\n return ['issueNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'updateIssueDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async,\n stateReasonItems: stateReasonItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-select\n name=\"stateReason\"\n [items]=\"obs.stateReasonItems || []\"\n [title]=\"'stateReason' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.stateReason\"\n [tooltip]=\"'stateReasonTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"addAssignees\"\n [title]=\"'addAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addAssignees\"\n [tooltip]=\"'addAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeAssignees\"\n [title]=\"'removeAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeAssignees\"\n [tooltip]=\"'removeAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CommentConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-comment-configuration',\n templateUrl: './comment-configuration.component.html',\n})\nexport class CommentConfigurationComponent extends GitHubFunctionConfigurationComponent<CommentConfig> {\n protected requiredFields(): Array<keyof CommentConfig> {\n return ['issueNumber', 'body'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'commentDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ListPullRequestsConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-list-pull-requests-configuration',\n templateUrl: './list-pull-requests-configuration.component.html',\n})\nexport class ListPullRequestsConfigurationComponent extends GitHubFunctionConfigurationComponent<ListPullRequestsConfig> {\n readonly stateItems$: Observable<SelectItem[]> = this.selectItems(\n 'state',\n ['open', 'closed', 'all']\n );\n\n protected requiredFields(): Array<keyof ListPullRequestsConfig> {\n return [];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'listPullRequestsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'prState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'prStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"base\"\n [title]=\"'baseFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'baseFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'headFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.head\"\n [tooltip]=\"'headFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetPullRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-pull-request-configuration',\n templateUrl: './get-pull-request-configuration.component.html',\n})\nexport class GetPullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<GetPullRequestConfig> {\n protected requiredFields(): Array<keyof GetPullRequestConfig> {\n return ['pullRequestNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeFiles\"\n type=\"checkbox\"\n [title]=\"'includeFiles' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeFiles ?? false\"\n [tooltip]=\"'includeFilesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeReviews\"\n type=\"checkbox\"\n [title]=\"'includeReviews' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeReviews ?? false\"\n [tooltip]=\"'includeReviewsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeChecks\"\n type=\"checkbox\"\n [title]=\"'includeChecks' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeChecks ?? false\"\n [tooltip]=\"'includeChecksTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CreatePullRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-create-pull-request-configuration',\n templateUrl: './create-pull-request-configuration.component.html',\n})\nexport class CreatePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<CreatePullRequestConfig> {\n protected requiredFields(): Array<keyof CreatePullRequestConfig> {\n return ['title', 'head'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'createPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'head' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.head\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'headTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'base' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [placeholder]=\"'main'\"\n [tooltip]=\"'baseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draft' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {UpdatePullRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-update-pull-request-configuration',\n templateUrl: './update-pull-request-configuration.component.html',\n})\nexport class UpdatePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<UpdatePullRequestConfig> {\n readonly stateItems$: Observable<SelectItem[]> = this.selectItems(\n 'state',\n ['', 'open', 'closed']\n );\n\n protected requiredFields(): Array<keyof UpdatePullRequestConfig> {\n return ['pullRequestNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'updatePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'newBase' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'newBaseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {SetPullRequestDraftConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-set-pull-request-draft-configuration',\n templateUrl: './set-pull-request-draft-configuration.component.html',\n})\nexport class SetPullRequestDraftConfigurationComponent extends GitHubFunctionConfigurationComponent<SetPullRequestDraftConfig> {\n protected requiredFields(): Array<keyof SetPullRequestDraftConfig> {\n return ['pullRequestNumber', 'draft'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'setPullRequestDraftDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draftState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {MergePullRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-merge-pull-request-configuration',\n templateUrl: './merge-pull-request-configuration.component.html',\n})\nexport class MergePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<MergePullRequestConfig> {\n readonly mergeMethodItems$: Observable<SelectItem[]> = this.selectItems(\n 'mergeMethod',\n ['merge', 'squash', 'rebase']\n );\n\n protected requiredFields(): Array<keyof MergePullRequestConfig> {\n return ['pullRequestNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'mergePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n mergeMethodItems: mergeMethodItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"mergeMethod\"\n [items]=\"obs.mergeMethodItems || []\"\n [title]=\"'mergeMethod' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.mergeMethod\"\n [tooltip]=\"'mergeMethodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"commitTitle\"\n [title]=\"'commitTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitTitle\"\n [tooltip]=\"'commitTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedHeadSha\"\n [title]=\"'expectedHeadSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedHeadSha\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'expectedHeadShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ReviewPullRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-review-pull-request-configuration',\n templateUrl: './review-pull-request-configuration.component.html',\n})\nexport class ReviewPullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<ReviewPullRequestConfig> {\n readonly eventItems$: Observable<SelectItem[]> = this.selectItems(\n 'event',\n ['APPROVE', 'REQUEST_CHANGES', 'COMMENT']\n );\n\n protected requiredFields(): Array<keyof ReviewPullRequestConfig> {\n return ['pullRequestNumber', 'event'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'reviewPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n eventItems: eventItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"event\"\n [items]=\"obs.eventItems || []\"\n [title]=\"'event' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.event\"\n [tooltip]=\"'eventTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"body\"\n [title]=\"'reviewBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'reviewBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {RequestReviewersConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-request-reviewers-configuration',\n templateUrl: './request-reviewers-configuration.component.html',\n})\nexport class RequestReviewersConfigurationComponent extends GitHubFunctionConfigurationComponent<RequestReviewersConfig> {\n protected requiredFields(): Array<keyof RequestReviewersConfig> {\n return ['pullRequestNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'requestReviewersDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"reviewers\"\n [title]=\"'reviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.reviewers\"\n [placeholder]=\"'Klaas-Ritense, theo-ritense'\"\n [tooltip]=\"'reviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"teamReviewers\"\n [title]=\"'teamReviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.teamReviewers\"\n [tooltip]=\"'teamReviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ListReviewThreadsConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-list-review-threads-configuration',\n templateUrl: './list-review-threads-configuration.component.html',\n})\nexport class ListReviewThreadsConfigurationComponent extends GitHubFunctionConfigurationComponent<ListReviewThreadsConfig> {\n protected requiredFields(): Array<keyof ListReviewThreadsConfig> {\n return ['pullRequestNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'listReviewThreadsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyUnresolved\"\n type=\"checkbox\"\n [title]=\"'onlyUnresolved' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyUnresolved ?? false\"\n [tooltip]=\"'onlyUnresolvedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ReplyToReviewCommentConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-reply-to-review-comment-configuration',\n templateUrl: './reply-to-review-comment-configuration.component.html',\n})\nexport class ReplyToReviewCommentConfigurationComponent extends GitHubFunctionConfigurationComponent<ReplyToReviewCommentConfig> {\n protected requiredFields(): Array<keyof ReplyToReviewCommentConfig> {\n return ['pullRequestNumber', 'commentId', 'body'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'replyToReviewCommentDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commentId\"\n [title]=\"'commentId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commentId\"\n [placeholder]=\"'pv:reviewCommentId'\"\n [tooltip]=\"'commentIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ResolveReviewThreadConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-resolve-review-thread-configuration',\n templateUrl: './resolve-review-thread-configuration.component.html',\n})\nexport class ResolveReviewThreadConfigurationComponent extends GitHubFunctionConfigurationComponent<ResolveReviewThreadConfig> {\n protected requiredFields(): Array<keyof ResolveReviewThreadConfig> {\n return ['threadId'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'resolveReviewThreadDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"threadId\"\n [title]=\"'threadId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.threadId\"\n [placeholder]=\"'pv:reviewThreadId'\"\n [tooltip]=\"'threadIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resolve\"\n type=\"checkbox\"\n [title]=\"'resolve' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resolve ?? false\"\n [tooltip]=\"'resolveTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CreateLabelConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-create-label-configuration',\n templateUrl: './create-label-configuration.component.html',\n})\nexport class CreateLabelConfigurationComponent extends GitHubFunctionConfigurationComponent<CreateLabelConfig> {\n protected requiredFields(): Array<keyof CreateLabelConfig> {\n return ['name'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'createLabelDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"name\"\n [title]=\"'name' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.name\"\n [placeholder]=\"'maintained-by-ai'\"\n [tooltip]=\"'nameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"color\"\n [title]=\"'color' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.color\"\n [placeholder]=\"'0E8A16'\"\n [tooltip]=\"'colorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"description\"\n [title]=\"'labelDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.description\"\n [tooltip]=\"'labelDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetCheckStatusConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-check-status-configuration',\n templateUrl: './get-check-status-configuration.component.html',\n})\nexport class GetCheckStatusConfigurationComponent extends GitHubFunctionConfigurationComponent<GetCheckStatusConfig> {\n protected requiredFields(): Array<keyof GetCheckStatusConfig> {\n return ['ref'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getCheckStatusDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'ref' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.ref\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'refTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {ListWorkflowRunsConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-list-workflow-runs-configuration',\n templateUrl: './list-workflow-runs-configuration.component.html',\n})\nexport class ListWorkflowRunsConfigurationComponent extends GitHubFunctionConfigurationComponent<ListWorkflowRunsConfig> {\n protected requiredFields(): Array<keyof ListWorkflowRunsConfig> {\n return [];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'listWorkflowRunsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'branch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'branchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"status\"\n [title]=\"'runStatus' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.status\"\n [placeholder]=\"'failure'\"\n [tooltip]=\"'runStatusTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"event\"\n [title]=\"'runEvent' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.event\"\n [placeholder]=\"'push'\"\n [tooltip]=\"'runEventTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetWorkflowRunConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-workflow-run-configuration',\n templateUrl: './get-workflow-run-configuration.component.html',\n})\nexport class GetWorkflowRunConfigurationComponent extends GitHubFunctionConfigurationComponent<GetWorkflowRunConfig> {\n protected requiredFields(): Array<keyof GetWorkflowRunConfig> {\n return ['runId'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getWorkflowRunDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeJobs\"\n type=\"checkbox\"\n [title]=\"'includeJobs' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeJobs ?? false\"\n [tooltip]=\"'includeJobsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetJobLogsConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-job-logs-configuration',\n templateUrl: './get-job-logs-configuration.component.html',\n})\nexport class GetJobLogsConfigurationComponent extends GitHubFunctionConfigurationComponent<GetJobLogsConfig> {\n protected requiredFields(): Array<keyof GetJobLogsConfig> {\n return ['jobId'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getJobLogsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"jobId\"\n [title]=\"'jobId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.jobId\"\n [placeholder]=\"'pv:failedJobId'\"\n [tooltip]=\"'jobIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxLines\"\n type=\"number\"\n [title]=\"'maxLines' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.maxLines\"\n [tooltip]=\"'maxLinesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {RerunWorkflowConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-rerun-workflow-configuration',\n templateUrl: './rerun-workflow-configuration.component.html',\n})\nexport class RerunWorkflowConfigurationComponent extends GitHubFunctionConfigurationComponent<RerunWorkflowConfig> {\n protected requiredFields(): Array<keyof RerunWorkflowConfig> {\n return ['runId'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'rerunWorkflowDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyFailed\"\n type=\"checkbox\"\n [title]=\"'onlyFailed' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyFailed ?? false\"\n [tooltip]=\"'onlyFailedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetFileContentConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-file-content-configuration',\n templateUrl: './get-file-content-configuration.component.html',\n})\nexport class GetFileContentConfigurationComponent extends GitHubFunctionConfigurationComponent<GetFileContentConfig> {\n protected requiredFields(): Array<keyof GetFileContentConfig> {\n return ['path'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getFileContentDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'path' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'documentation/plugin.md'\"\n [tooltip]=\"'pathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'fileRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.ref\"\n [tooltip]=\"'fileRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CreateOrUpdateFileConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-create-or-update-file-configuration',\n templateUrl: './create-or-update-file-configuration.component.html',\n})\nexport class CreateOrUpdateFileConfigurationComponent extends GitHubFunctionConfigurationComponent<CreateOrUpdateFileConfig> {\n protected requiredFields(): Array<keyof CreateOrUpdateFileConfig> {\n return ['path', 'commitMessage'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'createOrUpdateFileDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'writePath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [tooltip]=\"'writePathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"content\"\n [title]=\"'content' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.content\"\n [tooltip]=\"'contentTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resourceId\"\n [title]=\"'resourceId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resourceId\"\n [placeholder]=\"'pv:resourceId'\"\n [tooltip]=\"'resourceIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'writeBranch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'writeBranchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedSha\"\n [title]=\"'expectedSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedSha\"\n [tooltip]=\"'expectedShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {CreateBranchConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-create-branch-configuration',\n templateUrl: './create-branch-configuration.component.html',\n})\nexport class CreateBranchConfigurationComponent extends GitHubFunctionConfigurationComponent<CreateBranchConfig> {\n protected requiredFields(): Array<keyof CreateBranchConfig> {\n return ['branchName'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'createBranchDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branchName\"\n [title]=\"'branchName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.branchName\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'branchNameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fromRef\"\n [title]=\"'fromRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.fromRef\"\n [tooltip]=\"'fromRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GetProjectItemsConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-get-project-items-configuration',\n templateUrl: './get-project-items-configuration.component.html',\n})\nexport class GetProjectItemsConfigurationComponent extends GitHubFunctionConfigurationComponent<GetProjectItemsConfig> {\n protected requiredFields(): Array<keyof GetProjectItemsConfig> {\n return ['issueNumber'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'getProjectItemsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {SetProjectItemFieldConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-set-project-item-field-configuration',\n templateUrl: './set-project-item-field-configuration.component.html',\n})\nexport class SetProjectItemFieldConfigurationComponent extends GitHubFunctionConfigurationComponent<SetProjectItemFieldConfig> {\n readonly valueTypeItems$: Observable<SelectItem[]> = this.selectItems(\n 'valueType',\n ['text', 'number', 'date', 'singleSelectOptionId', 'iterationId']\n );\n\n protected requiredFields(): Array<keyof SetProjectItemFieldConfig> {\n return ['projectId', 'itemId', 'fieldId', 'valueType', 'value'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'setProjectItemFieldDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n valueTypeItems: valueTypeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"projectId\"\n [title]=\"'projectId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.projectId\"\n [placeholder]=\"'pv:projectId'\"\n [tooltip]=\"'projectIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"itemId\"\n [title]=\"'itemId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.itemId\"\n [placeholder]=\"'pv:projectItemId'\"\n [tooltip]=\"'itemIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fieldId\"\n [title]=\"'fieldId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.fieldId\"\n [placeholder]=\"'pv:sprintFieldId'\"\n [tooltip]=\"'fieldIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"valueType\"\n [items]=\"obs.valueTypeItems || []\"\n [title]=\"'valueType' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.valueType\"\n [tooltip]=\"'valueTypeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"value\"\n [title]=\"'value' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.value\"\n [tooltip]=\"'valueTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {SelectItem} from '@valtimo/components';\nimport {Observable} from 'rxjs';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {RestRequestConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-rest-request-configuration',\n templateUrl: './rest-request-configuration.component.html',\n})\nexport class RestRequestConfigurationComponent extends GitHubFunctionConfigurationComponent<RestRequestConfig> {\n readonly methodItems$: Observable<SelectItem[]> = this.selectItems(\n 'method',\n ['GET', 'POST', 'PATCH', 'PUT', 'DELETE']\n );\n\n protected requiredFields(): Array<keyof RestRequestConfig> {\n return ['path'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'restRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n methodItems: methodItems$ | async\n } as obs\"\n>\n <v-select\n name=\"method\"\n [items]=\"obs.methodItems || []\"\n [title]=\"'method' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.method\"\n [tooltip]=\"'methodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"path\"\n [title]=\"'restPath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'/repos/{owner}/{repo}/releases'\"\n [tooltip]=\"'restPathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'restBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [placeholder]=\"'{&quot;title&quot;: &quot;pv:issueTitle&quot;}'\"\n [tooltip]=\"'restBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component} from '@angular/core';\nimport {GitHubFunctionConfigurationComponent} from '../../base/github-function-configuration.component';\nimport {GraphqlQueryConfig} from '../../models';\n\n@Component({\n standalone: false,\n selector: 'valtimo-github-graphql-query-configuration',\n templateUrl: './graphql-query-configuration.component.html',\n})\nexport class GraphqlQueryConfigurationComponent extends GitHubFunctionConfigurationComponent<GraphqlQueryConfig> {\n protected requiredFields(): Array<keyof GraphqlQueryConfig> {\n return ['query'];\n }\n}\n","<!--\n ~ Copyright 2015-2026 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<p style=\"margin-bottom: 1.5rem\">{{ 'graphqlQueryDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"query\"\n [title]=\"'graphqlQuery' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [tooltip]=\"'graphqlQueryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"variables\"\n [title]=\"'variables' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.variables\"\n [placeholder]=\"'{&quot;owner&quot;: &quot;pv:owner&quot;}'\"\n [tooltip]=\"'variablesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {PluginTranslatePipeModule} from '@valtimo/plugin';\nimport {FormModule, InputModule, ParagraphModule, SelectModule} from '@valtimo/components';\nimport {GitHubConfigurationComponent} from './components/github-configuration/github-configuration.component';\nimport {GetRepositoryConfigurationComponent} from './components/get-repository/get-repository-configuration.component';\nimport {ListRepositoriesConfigurationComponent} from './components/list-repositories/list-repositories-configuration.component';\nimport {GetAuthenticatedUserConfigurationComponent} from './components/get-authenticated-user/get-authenticated-user-configuration.component';\nimport {ListIssuesConfigurationComponent} from './components/list-issues/list-issues-configuration.component';\nimport {GetIssueConfigurationComponent} from './components/get-issue/get-issue-configuration.component';\nimport {SearchIssuesConfigurationComponent} from './components/search-issues/search-issues-configuration.component';\nimport {CreateIssueConfigurationComponent} from './components/create-issue/create-issue-configuration.component';\nimport {UpdateIssueConfigurationComponent} from './components/update-issue/update-issue-configuration.component';\nimport {CommentConfigurationComponent} from './components/comment/comment-configuration.component';\nimport {ListPullRequestsConfigurationComponent} from './components/list-pull-requests/list-pull-requests-configuration.component';\nimport {GetPullRequestConfigurationComponent} from './components/get-pull-request/get-pull-request-configuration.component';\nimport {CreatePullRequestConfigurationComponent} from './components/create-pull-request/create-pull-request-configuration.component';\nimport {UpdatePullRequestConfigurationComponent} from './components/update-pull-request/update-pull-request-configuration.component';\nimport {SetPullRequestDraftConfigurationComponent} from './components/set-pull-request-draft/set-pull-request-draft-configuration.component';\nimport {MergePullRequestConfigurationComponent} from './components/merge-pull-request/merge-pull-request-configuration.component';\nimport {ReviewPullRequestConfigurationComponent} from './components/review-pull-request/review-pull-request-configuration.component';\nimport {RequestReviewersConfigurationComponent} from './components/request-reviewers/request-reviewers-configuration.component';\nimport {ListReviewThreadsConfigurationComponent} from './components/list-review-threads/list-review-threads-configuration.component';\nimport {ReplyToReviewCommentConfigurationComponent} from './components/reply-to-review-comment/reply-to-review-comment-configuration.component';\nimport {ResolveReviewThreadConfigurationComponent} from './components/resolve-review-thread/resolve-review-thread-configuration.component';\nimport {CreateLabelConfigurationComponent} from './components/create-label/create-label-configuration.component';\nimport {GetCheckStatusConfigurationComponent} from './components/get-check-status/get-check-status-configuration.component';\nimport {ListWorkflowRunsConfigurationComponent} from './components/list-workflow-runs/list-workflow-runs-configuration.component';\nimport {GetWorkflowRunConfigurationComponent} from './components/get-workflow-run/get-workflow-run-configuration.component';\nimport {GetJobLogsConfigurationComponent} from './components/get-job-logs/get-job-logs-configuration.component';\nimport {RerunWorkflowConfigurationComponent} from './components/rerun-workflow/rerun-workflow-configuration.component';\nimport {GetFileContentConfigurationComponent} from './components/get-file-content/get-file-content-configuration.component';\nimport {CreateOrUpdateFileConfigurationComponent} from './components/create-or-update-file/create-or-update-file-configuration.component';\nimport {CreateBranchConfigurationComponent} from './components/create-branch/create-branch-configuration.component';\nimport {GetProjectItemsConfigurationComponent} from './components/get-project-items/get-project-items-configuration.component';\nimport {SetProjectItemFieldConfigurationComponent} from './components/set-project-item-field/set-project-item-field-configuration.component';\nimport {RestRequestConfigurationComponent} from './components/rest-request/rest-request-configuration.component';\nimport {GraphqlQueryConfigurationComponent} from './components/graphql-query/graphql-query-configuration.component';\n\n@NgModule({\n declarations: [\n GitHubConfigurationComponent,\n GetRepositoryConfigurationComponent,\n ListRepositoriesConfigurationComponent,\n GetAuthenticatedUserConfigurationComponent,\n ListIssuesConfigurationComponent,\n GetIssueConfigurationComponent,\n SearchIssuesConfigurationComponent,\n CreateIssueConfigurationComponent,\n UpdateIssueConfigurationComponent,\n CommentConfigurationComponent,\n ListPullRequestsConfigurationComponent,\n GetPullRequestConfigurationComponent,\n CreatePullRequestConfigurationComponent,\n UpdatePullRequestConfigurationComponent,\n SetPullRequestDraftConfigurationComponent,\n MergePullRequestConfigurationComponent,\n ReviewPullRequestConfigurationComponent,\n RequestReviewersConfigurationComponent,\n ListReviewThreadsConfigurationComponent,\n ReplyToReviewCommentConfigurationComponent,\n ResolveReviewThreadConfigurationComponent,\n CreateLabelConfigurationComponent,\n GetCheckStatusConfigurationComponent,\n ListWorkflowRunsConfigurationComponent,\n GetWorkflowRunConfigurationComponent,\n GetJobLogsConfigurationComponent,\n RerunWorkflowConfigurationComponent,\n GetFileContentConfigurationComponent,\n CreateOrUpdateFileConfigurationComponent,\n CreateBranchConfigurationComponent,\n GetProjectItemsConfigurationComponent,\n SetProjectItemFieldConfigurationComponent,\n RestRequestConfigurationComponent,\n GraphqlQueryConfigurationComponent,\n ],\n imports: [\n CommonModule,\n PluginTranslatePipeModule,\n FormModule,\n InputModule,\n ParagraphModule,\n SelectModule,\n ],\n exports: [\n GitHubConfigurationComponent,\n GetRepositoryConfigurationComponent,\n ListRepositoriesConfigurationComponent,\n GetAuthenticatedUserConfigurationComponent,\n ListIssuesConfigurationComponent,\n GetIssueConfigurationComponent,\n SearchIssuesConfigurationComponent,\n CreateIssueConfigurationComponent,\n UpdateIssueConfigurationComponent,\n CommentConfigurationComponent,\n ListPullRequestsConfigurationComponent,\n GetPullRequestConfigurationComponent,\n CreatePullRequestConfigurationComponent,\n UpdatePullRequestConfigurationComponent,\n SetPullRequestDraftConfigurationComponent,\n MergePullRequestConfigurationComponent,\n ReviewPullRequestConfigurationComponent,\n RequestReviewersConfigurationComponent,\n ListReviewThreadsConfigurationComponent,\n ReplyToReviewCommentConfigurationComponent,\n ResolveReviewThreadConfigurationComponent,\n CreateLabelConfigurationComponent,\n GetCheckStatusConfigurationComponent,\n ListWorkflowRunsConfigurationComponent,\n GetWorkflowRunConfigurationComponent,\n GetJobLogsConfigurationComponent,\n RerunWorkflowConfigurationComponent,\n GetFileContentConfigurationComponent,\n CreateOrUpdateFileConfigurationComponent,\n CreateBranchConfigurationComponent,\n GetProjectItemsConfigurationComponent,\n SetProjectItemFieldConfigurationComponent,\n RestRequestConfigurationComponent,\n GraphqlQueryConfigurationComponent,\n ],\n})\nexport class GitHubPluginModule {}\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * The GitHub mark, inlined as an SVG data URI.\n *\n * SVG rather than a PNG so it stays sharp at whatever size the plugin list renders it, and\n * inlined rather than an asset file because the plugin library is consumed as a package and\n * a relative asset path would resolve against the host application, not against this.\n */\nexport const GITHUB_PLUGIN_LOGO_BASE64 =\n 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OCA5NiIgd2lkdGg9Ijk4IiBoZWlnaHQ9Ijk2Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzI0MjkyZiIgZD0iTTQ4Ljg1NCAwQzIxLjgzOSAwIDAgMjIgMCA0OS4yMTdjMCAyMS43NTYgMTMuOTkzIDQwLjE3MiAzMy40MDUgNDYuNjkgMi40MjcuNDkgMy4zMTYtMS4wNTkgMy4zMTYtMi4zNjIgMC0xLjE0MS0uMDgtNS4wNTItLjA4LTkuMTI3LTEzLjU5IDIuOTM0LTE2LjQyLTUuODY3LTE2LjQyLTUuODY3LTIuMTg0LTUuNzA0LTUuNDItNy4xNy01LjQyLTcuMTctNC40NDgtMy4wMTUuMzI0LTMuMDE1LjMyNC0zLjAxNSA0LjkzNC4zMjYgNy41MjMgNS4wNTIgNy41MjMgNS4wNTIgNC4zNjcgNy40OTYgMTEuNDA0IDUuMzc4IDE0LjIzNSA0LjA3NC40MDQtMy4xNzggMS42OTktNS4zNzggMy4wNzQtNi42LTEwLjgzOS0xLjE0MS0yMi4yNDMtNS4zNzgtMjIuMjQzLTI0LjI4MyAwLTUuMzc4IDEuOTQtOS43NzggNS4wMTQtMTMuMi0uNDg1LTEuMjIyLTIuMTg0LTYuMjc1LjQ4Ni0xMy4wMzggMCAwIDQuMTI1LTEuMzA0IDEzLjQyNiA1LjA1MmE0Ni45NyA0Ni45NyAwIDAgMSAxMi4yMTQtMS42M2M0LjEyNSAwIDguMzMuNTcxIDEyLjIxMyAxLjYzIDkuMzAyLTYuMzU2IDEzLjQyNy01LjA1MiAxMy40MjctNS4wNTIgMi42NyA2Ljc2My45NyAxMS44MTYuNDg1IDEzLjAzOCAzLjE1NSAzLjQyMiA1LjAxNSA3LjgyMiA1LjAxNSAxMy4yIDAgMTguOTA1LTExLjQwNCAyMy4wNi0yMi4zMjQgMjQuMjgzIDEuNzggMS41NDggMy4zMTYgNC40ODEgMy4zMTYgOS4xMjYgMCA2LjYtLjA4IDExLjg5Ny0uMDggMTMuNTI2IDAgMS4zMDQuODkgMi44NTMgMy4zMTYgMi4zNjQgMTkuNDEyLTYuNTIgMzMuNDA1LTI0LjkzNSAzMy40MDUtNDYuNjkxQzk3LjcwNyAyMiA3NS43ODggMCA0OC44NTQgMHoiLz48L3N2Zz4=';\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './github-plugin-logo';\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {PluginSpecification} from '@valtimo/plugin';\nimport {GITHUB_PLUGIN_LOGO_BASE64} from './assets';\nimport {GitHubConfigurationComponent} from './components/github-configuration/github-configuration.component';\nimport {GetRepositoryConfigurationComponent} from './components/get-repository/get-repository-configuration.component';\nimport {ListRepositoriesConfigurationComponent} from './components/list-repositories/list-repositories-configuration.component';\nimport {GetAuthenticatedUserConfigurationComponent} from './components/get-authenticated-user/get-authenticated-user-configuration.component';\nimport {ListIssuesConfigurationComponent} from './components/list-issues/list-issues-configuration.component';\nimport {GetIssueConfigurationComponent} from './components/get-issue/get-issue-configuration.component';\nimport {SearchIssuesConfigurationComponent} from './components/search-issues/search-issues-configuration.component';\nimport {CreateIssueConfigurationComponent} from './components/create-issue/create-issue-configuration.component';\nimport {UpdateIssueConfigurationComponent} from './components/update-issue/update-issue-configuration.component';\nimport {CommentConfigurationComponent} from './components/comment/comment-configuration.component';\nimport {ListPullRequestsConfigurationComponent} from './components/list-pull-requests/list-pull-requests-configuration.component';\nimport {GetPullRequestConfigurationComponent} from './components/get-pull-request/get-pull-request-configuration.component';\nimport {CreatePullRequestConfigurationComponent} from './components/create-pull-request/create-pull-request-configuration.component';\nimport {UpdatePullRequestConfigurationComponent} from './components/update-pull-request/update-pull-request-configuration.component';\nimport {SetPullRequestDraftConfigurationComponent} from './components/set-pull-request-draft/set-pull-request-draft-configuration.component';\nimport {MergePullRequestConfigurationComponent} from './components/merge-pull-request/merge-pull-request-configuration.component';\nimport {ReviewPullRequestConfigurationComponent} from './components/review-pull-request/review-pull-request-configuration.component';\nimport {RequestReviewersConfigurationComponent} from './components/request-reviewers/request-reviewers-configuration.component';\nimport {ListReviewThreadsConfigurationComponent} from './components/list-review-threads/list-review-threads-configuration.component';\nimport {ReplyToReviewCommentConfigurationComponent} from './components/reply-to-review-comment/reply-to-review-comment-configuration.component';\nimport {ResolveReviewThreadConfigurationComponent} from './components/resolve-review-thread/resolve-review-thread-configuration.component';\nimport {CreateLabelConfigurationComponent} from './components/create-label/create-label-configuration.component';\nimport {GetCheckStatusConfigurationComponent} from './components/get-check-status/get-check-status-configuration.component';\nimport {ListWorkflowRunsConfigurationComponent} from './components/list-workflow-runs/list-workflow-runs-configuration.component';\nimport {GetWorkflowRunConfigurationComponent} from './components/get-workflow-run/get-workflow-run-configuration.component';\nimport {GetJobLogsConfigurationComponent} from './components/get-job-logs/get-job-logs-configuration.component';\nimport {RerunWorkflowConfigurationComponent} from './components/rerun-workflow/rerun-workflow-configuration.component';\nimport {GetFileContentConfigurationComponent} from './components/get-file-content/get-file-content-configuration.component';\nimport {CreateOrUpdateFileConfigurationComponent} from './components/create-or-update-file/create-or-update-file-configuration.component';\nimport {CreateBranchConfigurationComponent} from './components/create-branch/create-branch-configuration.component';\nimport {GetProjectItemsConfigurationComponent} from './components/get-project-items/get-project-items-configuration.component';\nimport {SetProjectItemFieldConfigurationComponent} from './components/set-project-item-field/set-project-item-field-configuration.component';\nimport {RestRequestConfigurationComponent} from './components/rest-request/rest-request-configuration.component';\nimport {GraphqlQueryConfigurationComponent} from './components/graphql-query/graphql-query-configuration.component';\n\nconst githubPluginSpecification: PluginSpecification = {\n pluginId: 'github',\n pluginConfigurationComponent: GitHubConfigurationComponent,\n pluginLogoBase64: GITHUB_PLUGIN_LOGO_BASE64,\n functionConfigurationComponents: {\n 'get-repository': GetRepositoryConfigurationComponent,\n 'list-repositories': ListRepositoriesConfigurationComponent,\n 'get-authenticated-user': GetAuthenticatedUserConfigurationComponent,\n 'list-issues': ListIssuesConfigurationComponent,\n 'get-issue': GetIssueConfigurationComponent,\n 'search-issues': SearchIssuesConfigurationComponent,\n 'create-issue': CreateIssueConfigurationComponent,\n 'update-issue': UpdateIssueConfigurationComponent,\n 'comment': CommentConfigurationComponent,\n 'list-pull-requests': ListPullRequestsConfigurationComponent,\n 'get-pull-request': GetPullRequestConfigurationComponent,\n 'create-pull-request': CreatePullRequestConfigurationComponent,\n 'update-pull-request': UpdatePullRequestConfigurationComponent,\n 'set-pull-request-draft': SetPullRequestDraftConfigurationComponent,\n 'merge-pull-request': MergePullRequestConfigurationComponent,\n 'review-pull-request': ReviewPullRequestConfigurationComponent,\n 'request-reviewers': RequestReviewersConfigurationComponent,\n 'list-review-threads': ListReviewThreadsConfigurationComponent,\n 'reply-to-review-comment': ReplyToReviewCommentConfigurationComponent,\n 'resolve-review-thread': ResolveReviewThreadConfigurationComponent,\n 'create-label': CreateLabelConfigurationComponent,\n 'get-check-status': GetCheckStatusConfigurationComponent,\n 'list-workflow-runs': ListWorkflowRunsConfigurationComponent,\n 'get-workflow-run': GetWorkflowRunConfigurationComponent,\n 'get-job-logs': GetJobLogsConfigurationComponent,\n 'rerun-workflow': RerunWorkflowConfigurationComponent,\n 'get-file-content': GetFileContentConfigurationComponent,\n 'create-or-update-file': CreateOrUpdateFileConfigurationComponent,\n 'create-branch': CreateBranchConfigurationComponent,\n 'get-project-items': GetProjectItemsConfigurationComponent,\n 'set-project-item-field': SetProjectItemFieldConfigurationComponent,\n 'rest-request': RestRequestConfigurationComponent,\n 'graphql-query': GraphqlQueryConfigurationComponent,\n },\n pluginTranslations: {\n nl: {\n title: 'GitHub',\n description:\n 'Lees en schrijf GitHub vanuit een proces: issues, pull requests, reviews, checks, bestanden en projectborden.',\n configurationTitle: 'Configuratienaam',\n configurationTitleTooltip:\n 'De naam van de huidige plugin-configuratie. Onder deze naam is de configuratie in de rest van de applicatie terug te vinden.',\n url: 'GitHub API-URL',\n urlTooltip:\n 'https://api.github.com voor github.com. Voor GitHub Enterprise Server is dit https://jouw-host/api/v3.',\n token: 'Token',\n tokenTooltip:\n 'Alles wat dit token mag, mag elk proces dat aan deze configuratie gekoppeld is. Geef een configuratie die alleen leest dus ook een token dat alleen leest.',\n defaultRepository: 'Standaard repository',\n defaultRepositoryTooltip:\n 'Wordt gebruikt door elke actie die zelf geen repository invult. Laat leeg voor een configuratie die over meerdere repositories werkt.',\n graphqlUrl: 'GraphQL-URL',\n graphqlUrlTooltip:\n 'Laat leeg om af te leiden uit de API-URL. Dat klopt voor github.com en voor Enterprise Server.',\n perPage: 'Items per pagina',\n perPageTooltip: 'Hoeveel items per aanvraag bij GitHub worden opgehaald. GitHub staat maximaal 100 toe.',\n maxPages: \"Maximum aantal pagina's per actie\",\n maxPagesTooltip:\n \"Begrenst hoeveel pagina's één lijstactie leest. Wordt de grens geraakt, dan staat truncated in het resultaat op true — een lijst die vroegtijdig stopte ziet er anders uit als een korte lijst.\",\n 'get-repository': \"Repository ophalen\",\n getRepositoryDescription: \"Leest een repository: de standaardbranch, of hij privé is en of hij gearchiveerd is.\",\n 'list-repositories': \"Repositories opsommen\",\n listRepositoriesDescription: \"Somt de repositories van een organisatie of gebruiker op.\",\n 'get-authenticated-user': \"Ingelogde gebruiker ophalen\",\n getAuthenticatedUserDescription: \"Meldt bij welk account het token van deze configuratie hoort. Handig om te controleren of een configuratie werkt.\",\n 'list-issues': \"Issues opsommen\",\n listIssuesDescription: \"Somt de issues van een repository op. Open pull requests komen ook terug — elk item zegt onder isPullRequest wat het is.\",\n 'get-issue': \"Issue ophalen\",\n getIssueDescription: \"Leest één issue, eventueel met de reacties en de tijdlijn.\",\n 'search-issues': \"Issues en pull requests zoeken\",\n searchIssuesDescription: \"Voert een zoekopdracht uit over meerdere repositories, in de zoeksyntax van GitHub zelf.\",\n 'create-issue': \"Issue aanmaken\",\n createIssueDescription: \"Opent een nieuw issue.\",\n 'update-issue': \"Issue bijwerken\",\n updateIssueDescription: \"Werkt een issue bij, en voegt labels en toewijzingen toe of haalt ze weg. Alles wat leeg blijft, blijft zoals het is.\",\n 'comment': \"Reageren op issue of pull request\",\n commentDescription: \"Plaatst een reactie. Een pull request vul je hier net zo in als een issue.\",\n 'list-pull-requests': \"Pull requests opsommen\",\n listPullRequestsDescription: \"Somt de pull requests van één repository op.\",\n 'get-pull-request': \"Pull request ophalen\",\n getPullRequestDescription: \"Leest één pull request, eventueel met de gewijzigde bestanden, reviews, reacties en checkstatus.\",\n 'create-pull-request': \"Pull request aanmaken\",\n createPullRequestDescription: \"Opent een pull request vanaf een branch die al bestaat.\",\n 'update-pull-request': \"Pull request bijwerken\",\n updatePullRequestDescription: \"Werkt een pull request bij, en voegt labels toe of haalt ze weg. Alles wat leeg blijft, blijft zoals het is.\",\n 'set-pull-request-draft': \"Pull request klaarzetten of terug naar concept\",\n setPullRequestDraftDescription: \"Zet een pull request tussen concept en klaar voor review.\",\n 'merge-pull-request': \"Pull request mergen\",\n mergePullRequestDescription: \"Merget een pull request.\",\n 'review-pull-request': \"Pull request reviewen\",\n reviewPullRequestDescription: \"Keurt een pull request goed, vraagt wijzigingen of plaatst een opmerking. GitHub staat niemand toe zijn eigen pull request goed te keuren.\",\n 'request-reviewers': \"Reviewers vragen\",\n requestReviewersDescription: \"Vraagt personen of teams om een pull request te reviewen.\",\n 'list-review-threads': \"Reviewthreads ophalen\",\n listReviewThreadsDescription: \"Leest de reviewgesprekken bij de regels van een pull request, elk met de vraag of het is opgelost.\",\n 'reply-to-review-comment': \"Antwoorden op reviewreactie\",\n replyToReviewCommentDescription: \"Antwoordt een reviewer in diens eigen thread, in plaats van als nieuwe reactie onderaan.\",\n 'resolve-review-thread': \"Reviewthread oplossen\",\n resolveReviewThreadDescription: \"Markeert een reviewgesprek als opgelost, of heropent het.\",\n 'create-label': \"Label aanmaken\",\n createLabelDescription: \"Maakt een label aan. Een label dat er al is wordt gerapporteerd zoals het is in plaats van te falen, dus dit kan elke keer draaien.\",\n 'get-check-status': \"Checkstatus ophalen\",\n getCheckStatusDescription: \"Meldt of een commit groen is, over zowel check runs als commit statuses. Een commit die niemand heeft gebouwd meldt none, niet success.\",\n 'list-workflow-runs': \"Workflow-runs opsommen\",\n listWorkflowRunsDescription: \"Somt de GitHub Actions-runs van een repository op.\",\n 'get-workflow-run': \"Workflow-run ophalen\",\n getWorkflowRunDescription: \"Leest één Actions-run, eventueel met de jobs en welke stappen daarvan misgingen.\",\n 'get-job-logs': \"Joblogboek ophalen\",\n getJobLogsDescription: \"Leest het staartje van het logboek van één job — daar staat waarom een job faalde.\",\n 'rerun-workflow': \"Workflow opnieuw uitvoeren\",\n rerunWorkflowDescription: \"Voert een Actions-run opnieuw uit, standaard alleen de gefaalde jobs.\",\n 'get-file-content': \"Bestandsinhoud ophalen\",\n getFileContentDescription: \"Leest een bestand uit een repository, of toont de inhoud van een map. Een bestand dat geen tekst is komt terug als base64.\",\n 'create-or-update-file': \"Bestand aanmaken of bijwerken\",\n createOrUpdateFileDescription: \"Commit een bestand direct op een branch, zonder pull request ertussen.\",\n 'create-branch': \"Branch aanmaken\",\n createBranchDescription: \"Takt af van een andere ref. Een branch die al bestaat wordt gerapporteerd zoals hij is in plaats van te falen.\",\n 'get-project-items': \"Projectitems ophalen\",\n getProjectItemsDescription: \"Leest de projectkaarten waarop een issue staat, met alle veldwaarden — sprint, status, schatting. De ids die nodig zijn om een veld terug te schrijven komen hiervandaan.\",\n 'set-project-item-field': \"Projectveld instellen\",\n setProjectItemFieldDescription: \"Stelt één veld op één projectkaart in.\",\n 'rest-request': \"REST-aanvraag\",\n restRequestDescription: \"Roept elk GitHub REST-endpoint aan, voor alles wat de andere acties niet dekken. Het antwoord wordt opgeslagen zoals GitHub het stuurde, zonder inkorten.\",\n 'graphql-query': \"GraphQL-query\",\n graphqlQueryDescription: \"Voert elk GitHub GraphQL-document uit. De data wordt opgeslagen zoals GitHub die stuurde, zonder inkorten.\",\n\n repository: \"Repository\",\n repositoryTooltip: \"Laat leeg om de standaard repository van deze pluginconfiguratie te gebruiken. Accepteert een procesvariabele, bijvoorbeeld pv:targetRepository.\",\n resultVariable: \"Resultaatvariabele\",\n resultVariableTooltip: \"Naam van de procesvariabele waarin het antwoord wordt opgeslagen. Laat leeg om het antwoord niet te bewaren.\",\n owner: \"Eigenaar\",\n ownerTooltip: \"Een organisatie of een gebruiker.\",\n type: \"Soort\",\n typeTooltip: \"Welke repositories van deze eigenaar getoond worden.\",\n \"type.all\": \"Alle\",\n \"type.public\": \"Openbaar\",\n \"type.private\": \"Privé\",\n \"type.forks\": \"Forks\",\n \"type.sources\": \"Bronnen\",\n \"type.member\": \"Lid van\",\n limit: \"Maximum aantal resultaten\",\n limitTooltip: \"Stopt met lezen zodra dit aantal is bereikt. Laat leeg voor het paginabudget van de configuratie.\",\n state: \"Status\",\n stateTooltip: \"Welke issues meegenomen worden.\",\n \"state.open\": \"Open\",\n \"state.closed\": \"Gesloten\",\n \"state.all\": \"Alle\",\n labels: \"Labels\",\n labelsTooltip: \"Door komma's gescheiden. Bij een lijstactie filtert dit: alleen issues met álle genoemde labels komen terug.\",\n assignee: \"Toegewezen aan\",\n assigneeTooltip: \"Een GitHub-login. Gebruik none voor issues zonder toewijzing, of * voor alle.\",\n creator: \"Aangemaakt door\",\n creatorTooltip: \"Een GitHub-login.\",\n since: \"Gewijzigd sinds\",\n sinceTooltip: \"Alleen issues die na dit moment zijn bijgewerkt, als ISO 8601-tijdstempel.\",\n issueNumber: \"Issuenummer\",\n issueNumberTooltip: \"Het nummer uit de issue-URL. Een pull request heeft er ook een, en die werkt hier ook.\",\n includeComments: \"Reacties meenemen\",\n includeCommentsTooltip: \"Kost een extra aanroep, en levert bij een lange discussie veel tekst op.\",\n includeTimeline: \"Tijdlijn meenemen\",\n includeTimelineTooltip: \"Labelwijzigingen, kruisverwijzingen en commits. Hier is te zien of er al een pull request voor dit issue bestaat.\",\n query: \"Zoekopdracht\",\n queryTooltip: \"De zoeksyntax van GitHub zelf. Let op: de zoekindex loopt tot enkele minuten achter op wijzigingen.\",\n sort: \"Sorteren op\",\n sortTooltip: \"Bijvoorbeeld created, updated of comments. Laat leeg voor beste overeenkomst.\",\n order: \"Volgorde\",\n orderTooltip: \"Heeft alleen effect samen met een sorteerveld.\",\n \"order.\": \"Ongewijzigd laten\",\n \"order.desc\": \"Aflopend\",\n \"order.asc\": \"Oplopend\",\n issueTitle: \"Titel\",\n issueTitleTooltip: \"De titel.\",\n body: \"Tekst\",\n bodyTooltip: \"Markdown. Meestal een procesvariabele, bijvoorbeeld pv:reviewReply.\",\n newLabels: \"Labels\",\n newLabelsTooltip: \"Door komma's gescheiden.\",\n assignees: \"Toegewezen aan\",\n assigneesTooltip: \"Door komma's gescheiden GitHub-logins.\",\n newTitle: \"Titel\",\n newTitleTooltip: \"Laat leeg om de titel ongewijzigd te laten.\",\n newBody: \"Tekst\",\n newBodyTooltip: \"Markdown. Laat leeg om de omschrijving ongewijzigd te laten.\",\n newState: \"Nieuwe status\",\n newStateTooltip: \"Laat leeg om de status ongewijzigd te laten. Sluiten is hier niet hetzelfde als mergen.\",\n \"state.\": \"Ongewijzigd laten\",\n stateReason: \"Reden\",\n stateReasonTooltip: \"Waarom het issue gesloten of heropend wordt.\",\n \"stateReason.\": \"Ongewijzigd laten\",\n \"stateReason.completed\": \"Afgerond\",\n \"stateReason.not_planned\": \"Niet gepland\",\n \"stateReason.reopened\": \"Heropend\",\n addLabels: \"Labels toevoegen\",\n addLabelsTooltip: \"Door komma's gescheiden. Worden toegevoegd aan wat er al staat; bestaande labels blijven.\",\n removeLabels: \"Labels verwijderen\",\n removeLabelsTooltip: \"Door komma's gescheiden. Een label dat er niet is, is geen fout.\",\n addAssignees: \"Toewijzingen toevoegen\",\n addAssigneesTooltip: \"Door komma's gescheiden GitHub-logins.\",\n removeAssignees: \"Toewijzingen verwijderen\",\n removeAssigneesTooltip: \"Door komma's gescheiden GitHub-logins.\",\n prState: \"Status\",\n prStateTooltip: \"Welke pull requests meegenomen worden.\",\n baseFilter: \"Doelbranch\",\n baseFilterTooltip: \"Filtert op de branch waar de wijzigingen naartoe gaan.\",\n headFilter: \"Bronbranch\",\n headFilterTooltip: \"Filtert op de branch waar de wijzigingen vandaan komen.\",\n pullRequestNumber: \"Pull-requestnummer\",\n pullRequestNumberTooltip: \"Het nummer uit de pull-request-URL.\",\n includeFiles: \"Gewijzigde bestanden meenemen\",\n includeFilesTooltip: \"Bestandsnamen en regelaantallen, niet de diff zelf.\",\n includeReviews: \"Reviews meenemen\",\n includeReviewsTooltip: \"De goedkeuringen en wijzigingsverzoeken, met de tekst die erbij is getypt.\",\n includeChecks: \"Checkstatus meenemen\",\n includeChecksTooltip: \"Of de head-commit groen is, over check runs en commit statuses heen.\",\n head: \"Bronbranch\",\n headTooltip: \"De branch met de wijzigingen. Die moet bestaan en voorlopen op de doelbranch.\",\n base: \"Doelbranch\",\n baseTooltip: \"Laat leeg voor de standaardbranch van de repository zelf — die heet niet overal main.\",\n draft: \"Concept\",\n draftTooltip: \"Een concept-pull-request kan niet gemerged worden en vraagt niemand om review.\",\n newBase: \"Doelbranch\",\n newBaseTooltip: \"Laat leeg om de doelbranch ongewijzigd te laten.\",\n draftState: \"Concept\",\n draftStateTooltip: \"Aan zet de pull request terug naar concept; uit markeert hem klaar voor review.\",\n mergeMethod: \"Mergemethode\",\n mergeMethodTooltip: \"De methode moet door de repository toegestaan zijn, anders weigert GitHub de merge.\",\n \"mergeMethod.merge\": \"Mergecommit\",\n \"mergeMethod.squash\": \"Samenvoegen en mergen\",\n \"mergeMethod.rebase\": \"Rebasen en mergen\",\n commitTitle: \"Committitel\",\n commitTitleTooltip: \"Laat leeg voor de titel die GitHub zelf zou maken.\",\n commitMessage: \"Commitbericht\",\n commitMessageTooltip: \"Laat leeg voor het bericht dat GitHub zelf zou maken.\",\n expectedHeadSha: \"Verwachte head-commit\",\n expectedHeadShaTooltip: \"De moeite waard: GitHub weigert de merge als de branch sinds het laatste lezen is verplaatst, in plaats van een commit te mergen die niemand heeft gezien.\",\n event: \"Oordeel\",\n eventTooltip: \"Wat voor soort review wordt ingediend.\",\n \"event.APPROVE\": \"Goedkeuren\",\n \"event.REQUEST_CHANGES\": \"Wijzigingen vragen\",\n \"event.COMMENT\": \"Opmerking\",\n reviewBody: \"Tekst\",\n reviewBodyTooltip: \"Verplicht bij een opmerking of wijzigingsverzoek; optioneel bij een goedkeuring.\",\n reviewers: \"Reviewers\",\n reviewersTooltip: \"Door komma's gescheiden GitHub-logins. Iemand kan niet om review van zijn eigen pull request gevraagd worden.\",\n teamReviewers: \"Reviewende teams\",\n teamReviewersTooltip: \"Door komma's gescheiden team-slugs, zonder de organisatie.\",\n onlyUnresolved: \"Alleen onopgeloste\",\n onlyUnresolvedTooltip: \"Laat aanstaan om openstaande feedback af te werken: anders komen dezelfde beantwoorde opmerkingen elke ronde terug.\",\n commentId: \"Reactie\",\n commentIdTooltip: \"Het numerieke id van een reactie in de thread, zoals teruggegeven door Reviewthreads ophalen.\",\n threadId: \"Thread\",\n threadIdTooltip: \"Het id van de thread, zoals teruggegeven door Reviewthreads ophalen. Niet hetzelfde als een reactie-id.\",\n resolve: \"Oplossen\",\n resolveTooltip: \"Aan markeert het gesprek als opgelost; uit heropent het.\",\n name: \"Naam\",\n nameTooltip: \"De labelnaam, precies zoals die moet verschijnen.\",\n color: \"Kleur\",\n colorTooltip: \"Zes hexadecimale tekens. Een # ervoor mag en wordt weggelaten.\",\n labelDescription: \"Omschrijving\",\n labelDescriptionTooltip: \"Wordt getoond als iemand over het label beweegt.\",\n ref: \"Commit, branch of tag\",\n refTooltip: \"Een commit-sha is het precieze antwoord; een branchnaam rapporteert wat er op dit moment bovenaan staat.\",\n branch: \"Branch\",\n branchTooltip: \"Filtert op de branch waarvoor de run was.\",\n runStatus: \"Status\",\n runStatusTooltip: \"Bijvoorbeeld completed, in_progress, failure of success.\",\n runEvent: \"Gestart door\",\n runEventTooltip: \"Filtert op wat de run startte, bijvoorbeeld push of pull_request.\",\n runId: \"Run\",\n runIdTooltip: \"Het numerieke id van de workflow-run.\",\n includeJobs: \"Jobs meenemen\",\n includeJobsTooltip: \"Voegt alle jobs van de run toe, en apart de gefaalde jobs met de stappen die misgingen.\",\n jobId: \"Job\",\n jobIdTooltip: \"Het numerieke id van de job, zoals teruggegeven door Workflow-run ophalen.\",\n maxLines: \"Aantal regels\",\n maxLinesTooltip: \"Het staartje van het log wordt bewaard: een gefaalde job zegt onderaan waaróm.\",\n onlyFailed: \"Alleen gefaalde jobs\",\n onlyFailedTooltip: \"Uit voert de hele workflow opnieuw uit, wat de volledige build kost.\",\n path: \"Pad\",\n pathTooltip: \"Relatief aan de root van de repository. Bij een map worden de items getoond.\",\n fileRef: \"Commit, branch of tag\",\n fileRefTooltip: \"Laat leeg voor de standaardbranch van de repository.\",\n writePath: \"Pad\",\n writePathTooltip: \"Relatief aan de root van de repository. Onderliggende mappen worden aangemaakt.\",\n content: \"Inhoud\",\n contentTooltip: \"De tekst die gecommit wordt. Gebruik een resource voor alles wat geen tekst is.\",\n resourceId: \"Resource\",\n resourceIdTooltip: \"Een bestand in tijdelijke opslag, via een procesvariabele. Zo commit je een afbeelding. Geef dit óf inhoud, niet allebei.\",\n writeBranch: \"Branch\",\n writeBranchTooltip: \"Laat leeg voor de standaardbranch van de repository. De commit komt er direct op te staan, zonder pull request ertussen.\",\n expectedSha: \"Verwachte blob-sha\",\n expectedShaTooltip: \"Laat leeg om het bestaande bestand op te zoeken en te vervangen. Vul in om te weigeren als het bestand sinds het lezen is gewijzigd.\",\n branchName: \"Branchnaam\",\n branchNameTooltip: \"Zonder refs/heads/. Een branch die al bestaat wordt gerapporteerd zoals hij is, en is geen fout.\",\n fromRef: \"Aftakken van\",\n fromRefTooltip: \"Een branch, tag of commit. Laat leeg voor de standaardbranch van de repository.\",\n projectId: \"Project\",\n projectIdTooltip: \"Het node-id van het project, zoals teruggegeven door Projectitems ophalen.\",\n itemId: \"Kaart\",\n itemIdTooltip: \"Het node-id van de kaart op het bord, zoals teruggegeven door Projectitems ophalen.\",\n fieldId: \"Veld\",\n fieldIdTooltip: \"Het node-id van het veld, zoals teruggegeven door Projectitems ophalen.\",\n valueType: \"Soort waarde\",\n valueTypeTooltip: \"Een keuzelijst en een iteratie nemen het id van de optie, niet het label.\",\n \"valueType.text\": \"Tekst\",\n \"valueType.number\": \"Getal\",\n \"valueType.date\": \"Datum\",\n \"valueType.singleSelectOptionId\": \"Keuzelijstoptie\",\n \"valueType.iterationId\": \"Iteratie\",\n value: \"Waarde\",\n valueTooltip: \"Waarop het veld gezet wordt.\",\n method: \"Methode\",\n methodTooltip: \"Laat op GET staan om te lezen.\",\n \"method.GET\": \"GET (lezen)\",\n \"method.POST\": \"POST\",\n \"method.PATCH\": \"PATCH\",\n \"method.PUT\": \"PUT\",\n \"method.DELETE\": \"DELETE\",\n restPath: \"Pad\",\n restPathTooltip: \"Relatief aan de REST-root van deze configuratie, bijvoorbeeld /repos/ritense/coworker-plugin/releases.\",\n restBody: \"Body\",\n restBodyTooltip: \"JSON. Laat leeg voor een aanvraag zonder body.\",\n graphqlQuery: \"Query\",\n graphqlQueryTooltip: \"Een GraphQL-query of -mutatie.\",\n variables: \"Variabelen\",\n variablesTooltip: \"JSON-object met de variabelen van de query. Laat leeg voor een query zonder variabelen.\",\n },\n en: {\n title: 'GitHub',\n description:\n 'Read and write GitHub from a process: issues, pull requests, reviews, checks, files and project boards.',\n configurationTitle: 'Configuration name',\n configurationTitleTooltip:\n 'The name of the current plugin configuration. Under this name, the configuration can be found in the rest of the application.',\n url: 'GitHub API url',\n urlTooltip:\n 'https://api.github.com for github.com. For GitHub Enterprise Server this is https://your-host/api/v3.',\n token: 'Token',\n tokenTooltip:\n 'Whatever this token may do, every process linked to this configuration may do. Give a configuration that only reads a token that only reads.',\n defaultRepository: 'Default repository',\n defaultRepositoryTooltip:\n 'Used by every action that does not name a repository of its own. Leave empty for a configuration that works across repositories.',\n graphqlUrl: 'GraphQL url',\n graphqlUrlTooltip:\n 'Leave empty to derive it from the API url, which is right for github.com and for Enterprise Server.',\n perPage: 'Items per page',\n perPageTooltip: 'How many items are read per request to GitHub. GitHub caps this at 100.',\n maxPages: 'Maximum pages per action',\n maxPagesTooltip:\n 'Caps how many pages one list action reads. Reaching the cap sets truncated to true in the result — a list that stopped early otherwise looks exactly like a short one.',\n 'get-repository': \"Get repository\",\n getRepositoryDescription: \"Reads a repository: its default branch, whether it is private and whether it is archived.\",\n 'list-repositories': \"List repositories\",\n listRepositoriesDescription: \"Lists the repositories of an organisation or a user.\",\n 'get-authenticated-user': \"Get authenticated user\",\n getAuthenticatedUserDescription: \"Reports which account the token of this configuration belongs to. Useful to check a configuration works.\",\n 'list-issues': \"List issues\",\n listIssuesDescription: \"Lists the issues of a repository. Open pull requests come back too — each item says which it is under isPullRequest.\",\n 'get-issue': \"Get issue\",\n getIssueDescription: \"Reads one issue, optionally with its comments and its timeline.\",\n 'search-issues': \"Search issues and pull requests\",\n searchIssuesDescription: \"Runs a query across repositories, in GitHub's own search syntax.\",\n 'create-issue': \"Create issue\",\n createIssueDescription: \"Opens a new issue.\",\n 'update-issue': \"Update issue\",\n updateIssueDescription: \"Edits an issue, and adds or removes labels and assignees. Everything left empty stays as it is.\",\n 'comment': \"Comment on issue or pull request\",\n commentDescription: \"Posts a comment. A pull request takes its number here just like an issue does.\",\n 'list-pull-requests': \"List pull requests\",\n listPullRequestsDescription: \"Lists the pull requests of one repository.\",\n 'get-pull-request': \"Get pull request\",\n getPullRequestDescription: \"Reads one pull request, optionally with its changed files, reviews, comments and check status.\",\n 'create-pull-request': \"Create pull request\",\n createPullRequestDescription: \"Opens a pull request from a branch that already exists.\",\n 'update-pull-request': \"Update pull request\",\n updatePullRequestDescription: \"Edits a pull request, and adds or removes labels. Everything left empty stays as it is.\",\n 'set-pull-request-draft': \"Mark pull request ready or draft\",\n setPullRequestDraftDescription: \"Moves a pull request between draft and ready for review.\",\n 'merge-pull-request': \"Merge pull request\",\n mergePullRequestDescription: \"Merges a pull request.\",\n 'review-pull-request': \"Review pull request\",\n reviewPullRequestDescription: \"Approves, requests changes on, or comments on a pull request. GitHub does not let anybody approve their own.\",\n 'request-reviewers': \"Request reviewers\",\n requestReviewersDescription: \"Asks people or teams to review a pull request.\",\n 'list-review-threads': \"List review threads\",\n listReviewThreadsDescription: \"Reads the inline review conversations of a pull request, each with whether it has been resolved.\",\n 'reply-to-review-comment': \"Reply to review comment\",\n replyToReviewCommentDescription: \"Answers a reviewer inside their own thread, rather than as a new comment at the bottom.\",\n 'resolve-review-thread': \"Resolve review thread\",\n resolveReviewThreadDescription: \"Marks a review conversation resolved, or reopens it.\",\n 'create-label': \"Create label\",\n createLabelDescription: \"Creates a label. A label that is already there is reported as it stands rather than failing, so this is safe to run every time.\",\n 'get-check-status': \"Get check status\",\n getCheckStatusDescription: \"Reports whether a commit is green, across both check runs and commit statuses. A commit nobody built reports none rather than success.\",\n 'list-workflow-runs': \"List workflow runs\",\n listWorkflowRunsDescription: \"Lists GitHub Actions runs of a repository.\",\n 'get-workflow-run': \"Get workflow run\",\n getWorkflowRunDescription: \"Reads one Actions run, optionally with its jobs and which of their steps failed.\",\n 'get-job-logs': \"Get job logs\",\n getJobLogsDescription: \"Reads the tail of one job's log, which is where a failing job says why.\",\n 'rerun-workflow': \"Re-run workflow\",\n rerunWorkflowDescription: \"Re-runs an Actions run, by default only the jobs that failed.\",\n 'get-file-content': \"Get file content\",\n getFileContentDescription: \"Reads a file out of a repository, or lists a directory. A file that is not text comes back as base64.\",\n 'create-or-update-file': \"Create or update file\",\n createOrUpdateFileDescription: \"Commits a file straight to a branch, with no pull request in between.\",\n 'create-branch': \"Create branch\",\n createBranchDescription: \"Branches off another ref. A branch that already exists is reported as it stands rather than failing.\",\n 'get-project-items': \"Get project items\",\n getProjectItemsDescription: \"Reads the project cards an issue sits on, with every field value on each — sprint, status, estimate. The ids needed to write a field back come from here.\",\n 'set-project-item-field': \"Set project item field\",\n setProjectItemFieldDescription: \"Sets one field on one project card.\",\n 'rest-request': \"REST request\",\n restRequestDescription: \"Calls any GitHub REST endpoint, for anything the other actions do not cover. The answer is stored exactly as GitHub sent it, not trimmed.\",\n 'graphql-query': \"GraphQL query\",\n graphqlQueryDescription: \"Runs any GitHub GraphQL document. The data is stored exactly as GitHub sent it, not trimmed.\",\n\n repository: \"Repository\",\n repositoryTooltip: \"Leave empty to use the default repository of this plugin configuration. Takes a process variable, for example pv:targetRepository.\",\n resultVariable: \"Result variable\",\n resultVariableTooltip: \"Name of the process variable the answer is stored in. Leave empty to discard it.\",\n owner: \"Owner\",\n ownerTooltip: \"An organisation or a user.\",\n type: \"Kind\",\n typeTooltip: \"Which repositories of this owner to list.\",\n \"type.all\": \"All\",\n \"type.public\": \"Public\",\n \"type.private\": \"Private\",\n \"type.forks\": \"Forks\",\n \"type.sources\": \"Sources\",\n \"type.member\": \"Member of\",\n limit: \"Maximum number of results\",\n limitTooltip: \"Stops reading once this many items have been collected. Leave empty for the page budget of the configuration.\",\n state: \"State\",\n stateTooltip: \"Which issues to include.\",\n \"state.open\": \"Open\",\n \"state.closed\": \"Closed\",\n \"state.all\": \"All\",\n labels: \"Labels\",\n labelsTooltip: \"Comma separated. On a list action this filters: only issues carrying all of them come back.\",\n assignee: \"Assignee\",\n assigneeTooltip: \"A GitHub login. Use none for issues nobody is assigned to, or * for any.\",\n creator: \"Created by\",\n creatorTooltip: \"A GitHub login.\",\n since: \"Changed since\",\n sinceTooltip: \"Only issues updated after this moment, as an ISO 8601 timestamp.\",\n issueNumber: \"Issue number\",\n issueNumberTooltip: \"The number in the issue URL. A pull request has one too, and it works here.\",\n includeComments: \"Include comments\",\n includeCommentsTooltip: \"Costs an extra call, and can be a great deal of text on a long discussion.\",\n includeTimeline: \"Include timeline\",\n includeTimelineTooltip: \"Label changes, cross references and commits. This is where an existing pull request for this issue shows up.\",\n query: \"Query\",\n queryTooltip: \"GitHub's own search syntax. Note the search index lags writes by up to a few minutes.\",\n sort: \"Sort by\",\n sortTooltip: \"For example created, updated or comments. Leave empty for best match.\",\n order: \"Order\",\n orderTooltip: \"Only has an effect together with a sort field.\",\n \"order.\": \"Leave unchanged\",\n \"order.desc\": \"Descending\",\n \"order.asc\": \"Ascending\",\n issueTitle: \"Title\",\n issueTitleTooltip: \"The title.\",\n body: \"Body\",\n bodyTooltip: \"Markdown. Usually a process variable, for example pv:reviewReply.\",\n newLabels: \"Labels\",\n newLabelsTooltip: \"Comma separated.\",\n assignees: \"Assignees\",\n assigneesTooltip: \"Comma separated GitHub logins.\",\n newTitle: \"Title\",\n newTitleTooltip: \"Leave empty to leave the title as it is.\",\n newBody: \"Body\",\n newBodyTooltip: \"Markdown. Leave empty to leave the description as it is.\",\n newState: \"New state\",\n newStateTooltip: \"Leave empty to leave the state as it is. Closing a pull request here does not merge it.\",\n \"state.\": \"Leave unchanged\",\n stateReason: \"Reason\",\n stateReasonTooltip: \"Why the issue is being closed or reopened.\",\n \"stateReason.\": \"Leave unchanged\",\n \"stateReason.completed\": \"Done\",\n \"stateReason.not_planned\": \"Not planned\",\n \"stateReason.reopened\": \"Reopened\",\n addLabels: \"Add labels\",\n addLabelsTooltip: \"Comma separated. Added to whatever is already there, rather than replacing it.\",\n removeLabels: \"Remove labels\",\n removeLabelsTooltip: \"Comma separated. A label that is not there is not an error.\",\n addAssignees: \"Add assignees\",\n addAssigneesTooltip: \"Comma separated GitHub logins.\",\n removeAssignees: \"Remove assignees\",\n removeAssigneesTooltip: \"Comma separated GitHub logins.\",\n prState: \"State\",\n prStateTooltip: \"Which pull requests to include.\",\n baseFilter: \"Target branch\",\n baseFilterTooltip: \"Filters on the branch the changes are going into.\",\n headFilter: \"Source branch\",\n headFilterTooltip: \"Filters on the branch the changes come from.\",\n pullRequestNumber: \"Pull request number\",\n pullRequestNumberTooltip: \"The number in the pull request URL.\",\n includeFiles: \"Include changed files\",\n includeFilesTooltip: \"Filenames and line counts, not the diff itself.\",\n includeReviews: \"Include reviews\",\n includeReviewsTooltip: \"The approve and request-changes verdicts, with the text typed into them.\",\n includeChecks: \"Include check status\",\n includeChecksTooltip: \"Whether the head commit is green, across check runs and commit statuses.\",\n head: \"Source branch\",\n headTooltip: \"The branch holding the changes. It has to exist and to be ahead of the target.\",\n base: \"Target branch\",\n baseTooltip: \"Leave empty for the repository's own default branch — not every repository calls it main.\",\n draft: \"Draft\",\n draftTooltip: \"A draft pull request cannot be merged and does not ask anybody for a review.\",\n newBase: \"Target branch\",\n newBaseTooltip: \"Leave empty to leave the target branch as it is.\",\n draftState: \"Draft\",\n draftStateTooltip: \"On moves the pull request back to draft; off marks it ready for review.\",\n mergeMethod: \"Merge method\",\n mergeMethodTooltip: \"The method has to be one the repository allows, or GitHub refuses the merge.\",\n \"mergeMethod.merge\": \"Merge commit\",\n \"mergeMethod.squash\": \"Squash and merge\",\n \"mergeMethod.rebase\": \"Rebase and merge\",\n commitTitle: \"Commit title\",\n commitTitleTooltip: \"Leave empty for the title GitHub would generate.\",\n commitMessage: \"Commit message\",\n commitMessageTooltip: \"Leave empty for the message GitHub would generate.\",\n expectedHeadSha: \"Expected head commit\",\n expectedHeadShaTooltip: \"Worth filling in: GitHub refuses the merge when the branch moved since it was last read, instead of merging a commit nobody reviewed.\",\n event: \"Verdict\",\n eventTooltip: \"What kind of review to submit.\",\n \"event.APPROVE\": \"Approve\",\n \"event.REQUEST_CHANGES\": \"Request changes\",\n \"event.COMMENT\": \"Comment\",\n reviewBody: \"Body\",\n reviewBodyTooltip: \"Required for a comment or a request for changes; optional on an approval.\",\n reviewers: \"Reviewers\",\n reviewersTooltip: \"Comma separated GitHub logins. Somebody cannot be asked to review their own pull request.\",\n teamReviewers: \"Reviewing teams\",\n teamReviewersTooltip: \"Comma separated team slugs, without the organisation.\",\n onlyUnresolved: \"Only unresolved\",\n onlyUnresolvedTooltip: \"Leave on to work through open feedback: without it the same answered remarks come back on every pass.\",\n commentId: \"Comment\",\n commentIdTooltip: \"The numeric id of any comment in the thread, as returned by List review threads.\",\n threadId: \"Thread\",\n threadIdTooltip: \"The thread's id, as returned by List review threads. Not the same as a comment id.\",\n resolve: \"Resolve\",\n resolveTooltip: \"On marks the conversation resolved; off reopens it.\",\n name: \"Name\",\n nameTooltip: \"The label name, exactly as it should appear.\",\n color: \"Colour\",\n colorTooltip: \"Six hex digits. A leading # is accepted and stripped.\",\n labelDescription: \"Description\",\n labelDescriptionTooltip: \"Shown when somebody hovers over the label.\",\n ref: \"Commit, branch or tag\",\n refTooltip: \"A commit sha is the precise answer; a branch name reports whatever is at its tip right now.\",\n branch: \"Branch\",\n branchTooltip: \"Filters on the branch the run was for.\",\n runStatus: \"Status\",\n runStatusTooltip: \"For example completed, in_progress, failure or success.\",\n runEvent: \"Triggered by\",\n runEventTooltip: \"Filters on what started the run, for example push or pull_request.\",\n runId: \"Run\",\n runIdTooltip: \"The numeric id of the workflow run.\",\n includeJobs: \"Include jobs\",\n includeJobsTooltip: \"Adds every job of the run and, separately, the ones that failed and which of their steps did.\",\n jobId: \"Job\",\n jobIdTooltip: \"The numeric id of the job, as returned by Get workflow run.\",\n maxLines: \"Number of lines\",\n maxLinesTooltip: \"The tail of the log is kept: a failing job says why it failed at the end.\",\n onlyFailed: \"Only failed jobs\",\n onlyFailedTooltip: \"Off re-runs the whole workflow, which costs the full build.\",\n path: \"Path\",\n pathTooltip: \"Relative to the root of the repository. A directory lists its entries.\",\n fileRef: \"Commit, branch or tag\",\n fileRefTooltip: \"Leave empty for the repository's default branch.\",\n writePath: \"Path\",\n writePathTooltip: \"Relative to the root of the repository. Directories along the way are created.\",\n content: \"Content\",\n contentTooltip: \"The text to commit. Use a resource instead for anything that is not text.\",\n resourceId: \"Resource\",\n resourceIdTooltip: \"A file in temporary resource storage, by process variable. This is the way to commit an image. Give either this or content, not both.\",\n writeBranch: \"Branch\",\n writeBranchTooltip: \"Leave empty for the repository's default branch. The commit lands straight on it, with no pull request in between.\",\n expectedSha: \"Expected blob sha\",\n expectedShaTooltip: \"Leave empty and the existing file is looked up and replaced. Fill it in to refuse a file that changed since it was read.\",\n branchName: \"Branch name\",\n branchNameTooltip: \"Without refs/heads/. A branch that already exists is reported as it stands, not an error.\",\n fromRef: \"Branch off\",\n fromRefTooltip: \"A branch, tag or commit. Leave empty for the repository's default branch.\",\n projectId: \"Project\",\n projectIdTooltip: \"The node id of the project, as returned by Get project items.\",\n itemId: \"Card\",\n itemIdTooltip: \"The node id of the card on the board, as returned by Get project items.\",\n fieldId: \"Field\",\n fieldIdTooltip: \"The node id of the field, as returned by Get project items.\",\n valueType: \"Kind of value\",\n valueTypeTooltip: \"A single select and an iteration take the id of the option, not its label.\",\n \"valueType.text\": \"Text\",\n \"valueType.number\": \"Number\",\n \"valueType.date\": \"Date\",\n \"valueType.singleSelectOptionId\": \"Single select option\",\n \"valueType.iterationId\": \"Iteration\",\n value: \"Value\",\n valueTooltip: \"What to set the field to.\",\n method: \"Method\",\n methodTooltip: \"Leave on GET to read.\",\n \"method.GET\": \"GET (read)\",\n \"method.POST\": \"POST\",\n \"method.PATCH\": \"PATCH\",\n \"method.PUT\": \"PUT\",\n \"method.DELETE\": \"DELETE\",\n restPath: \"Path\",\n restPathTooltip: \"Relative to the REST root of this configuration, for example /repos/ritense/coworker-plugin/releases.\",\n restBody: \"Body\",\n restBodyTooltip: \"JSON. Leave empty for a request without one.\",\n graphqlQuery: \"Query\",\n graphqlQueryTooltip: \"A GraphQL query or mutation.\",\n variables: \"Variables\",\n variablesTooltip: \"JSON object of the query variables. Leave empty for a query without any.\",\n },\n },\n};\n\nexport {githubPluginSpecification};\n","/*\n * Copyright 2015-2026 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/*\n * Public API Surface of the GitHub plugin\n */\n\nexport * from './lib/models';\nexport * from './lib/github-plugin-module';\nexport * from './lib/github-plugin.specification';\nexport * from './lib/base/github-function-configuration.component';\nexport * from './lib/components/github-configuration/github-configuration.component';\nexport * from './lib/components/get-repository/get-repository-configuration.component';\nexport * from './lib/components/list-repositories/list-repositories-configuration.component';\nexport * from './lib/components/get-authenticated-user/get-authenticated-user-configuration.component';\nexport * from './lib/components/list-issues/list-issues-configuration.component';\nexport * from './lib/components/get-issue/get-issue-configuration.component';\nexport * from './lib/components/search-issues/search-issues-configuration.component';\nexport * from './lib/components/create-issue/create-issue-configuration.component';\nexport * from './lib/components/update-issue/update-issue-configuration.component';\nexport * from './lib/components/comment/comment-configuration.component';\nexport * from './lib/components/list-pull-requests/list-pull-requests-configuration.component';\nexport * from './lib/components/get-pull-request/get-pull-request-configuration.component';\nexport * from './lib/components/create-pull-request/create-pull-request-configuration.component';\nexport * from './lib/components/update-pull-request/update-pull-request-configuration.component';\nexport * from './lib/components/set-pull-request-draft/set-pull-request-draft-configuration.component';\nexport * from './lib/components/merge-pull-request/merge-pull-request-configuration.component';\nexport * from './lib/components/review-pull-request/review-pull-request-configuration.component';\nexport * from './lib/components/request-reviewers/request-reviewers-configuration.component';\nexport * from './lib/components/list-review-threads/list-review-threads-configuration.component';\nexport * from './lib/components/reply-to-review-comment/reply-to-review-comment-configuration.component';\nexport * from './lib/components/resolve-review-thread/resolve-review-thread-configuration.component';\nexport * from './lib/components/create-label/create-label-configuration.component';\nexport * from './lib/components/get-check-status/get-check-status-configuration.component';\nexport * from './lib/components/list-workflow-runs/list-workflow-runs-configuration.component';\nexport * from './lib/components/get-workflow-run/get-workflow-run-configuration.component';\nexport * from './lib/components/get-job-logs/get-job-logs-configuration.component';\nexport * from './lib/components/rerun-workflow/rerun-workflow-configuration.component';\nexport * from './lib/components/get-file-content/get-file-content-configuration.component';\nexport * from './lib/components/create-or-update-file/create-or-update-file-configuration.component';\nexport * from './lib/components/create-branch/create-branch-configuration.component';\nexport * from './lib/components/get-project-items/get-project-items-configuration.component';\nexport * from './lib/components/set-project-item-field/set-project-item-field-configuration.component';\nexport * from './lib/components/rest-request/rest-request-configuration.component';\nexport * from './lib/components/graphql-query/graphql-query-configuration.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}