cli/.github
Kynan Ware 45c8c827c5
Add workflow_dispatch support to PR Help Wanted check (#11179)
* Add workflow_dispatch support to PR Help Wanted check

This update allows the PR Help Wanted workflow to be triggered manually via workflow_dispatch with a specified PR URL. It adds logic to fetch PR details using the GitHub CLI for manual runs and unifies variable handling for both event types.

* Update workflow to use PR number instead of URL

Changed the workflow_dispatch input from 'pr_url' to 'pr_number' and updated the script to construct the PR URL from the number.

* Move help-wanted check for draft PRs into script

* Don't prefix URL with `#`

* Invert draft checking logic

Inverting this logic because anything other than "false" means we should skip it.

* Move PR draft status check to shell script

The logic for checking if a pull request is a draft has been moved from the GitHub Actions workflow YAML to the check-help-wanted.sh script. This simplifies the workflow file and centralizes the draft status check within the script.
2025-06-30 12:51:54 -04:00
..
ISSUE_TEMPLATE Add affected version to bug report form 2025-01-17 12:07:32 -07:00
workflows Add workflow_dispatch support to PR Help Wanted check (#11179) 2025-06-30 12:51:54 -04:00
CODE-OF-CONDUCT.md Add first draft of CODE-OF-CONDUCT.md 2019-12-19 12:40:03 -08:00
CODEOWNERS add json format 2025-05-22 12:31:45 -04:00
CONTRIBUTING.md Update missed Go 1.23 references 2025-06-23 09:58:06 -04:00
dependabot.yml Configure Dependabot to only consider patch version bumps 2021-10-13 20:06:19 +02:00
licenses.tmpl Adopt license compliance scripts into workflows, docs 2025-05-30 12:46:51 -04:00
PULL_REQUEST_TEMPLATE.md Rework our pull request template (#3584) 2021-05-11 17:08:28 +02:00
secret_scanning.yml Fixes #11126 2025-06-16 13:36:37 -04:00
SECURITY.md Update SECURITY.md 2024-10-01 12:02:54 -06:00