Commit aae6eb6
committed
fix: update PR scope output handling in workflow and script
This commit enhances the GitHub Actions workflow and the associated script for PR scope checks by:
- Modifying the workflow to output `pr_scopes` instead of the PR title, providing more relevant information for scope validation.
- Adding the `pr_scopes` output to the `GITHUB_OUTPUT` in the script, ensuring it is available for subsequent steps.
These changes aim to improve the clarity and accuracy of the feedback provided to PR authors regarding scope validation issues.1 parent 32208f7 commit aae6eb6
File tree
2 files changed
+3
-2
lines changed- .github/workflows
- scripts
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments