We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332dbd0 commit 42fc57eCopy full SHA for 42fc57e
.github/scripts/comment_on_large_pr.js
@@ -22,8 +22,7 @@ const notifyAuthor = async ({
22
}) => {
23
core.info(`Commenting on PR ${PR_NUMBER}`)
24
25
- let msg = `
26
- ### ⚠️Large PR detected⚠️.
+ let msg = `### ⚠️Large PR detected⚠️
27
28
Please consider breaking into smaller PRs to avoid significant review delays. Ignore if this PR has naturally grown to this size after reviews.
29
`;
.github/workflows/on_label_added.yml
@@ -24,6 +24,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3
+ # Maintenance: Persist state per PR as an artifact to avoid spam on label add
- name: "Suggest split large Pull Request"
uses: actions/github-script@v6
30
env:
0 commit comments