File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 5757 git config user.name "github-actions[bot]"
5858 git config user.email "github-actions[bot]@users.noreply.github.com"
5959 git add third-party-licenses.*.md third-party/
60- git commit -m "chore: regenerate license files
61-
62- Auto-generated by license-check workflow"
60+ git commit -m "chore: regenerate license files" -m "Auto-generated by license-check workflow"
6361 git push
6462
6563 - name : Check if already commented
@@ -91,18 +89,18 @@ Auto-generated by license-check workflow"
9189 repo: context.repo.repo,
9290 issue_number: context.issue.number,
9391 body: `## ⚠️ License files need updating
94-
95- The license files are out of date. I tried to fix them automatically but don't have permission to push to this branch.
96-
97- **Please run:**
98- \`\`\`bash
99- script/licenses
100- git add third-party-licenses.*.md third-party/
101- git commit -m "chore : regenerate license files"
102- git push
103- \`\`\`
104-
105- Alternatively, enable "Allow edits by maintainers" in the PR settings so I can fix it automatically.`
92+
93+ The license files are out of date. I tried to fix them automatically but don't have permission to push to this branch.
94+
95+ **Please run:**
96+ \`\`\`bash
97+ script/licenses
98+ git add third-party-licenses.*.md third-party/
99+ git commit -m "chore: regenerate license files"
100+ git push
101+ \`\`\`
102+
103+ Alternatively, enable "Allow edits by maintainers" in the PR settings so I can fix it automatically.`
106104 });
107105
108106 - name : Fail check if changes needed
You can’t perform that action at this time.
0 commit comments