We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54724b commit cf5b6a8Copy full SHA for cf5b6a8
.github/workflows/add-redirects.yml
@@ -59,5 +59,5 @@ jobs:
59
regex: "<!-- start redirects -->.*<!-- end redirects -->"
60
appendContentOnMatchOnly: true
61
regexFlags: is
62
- content: "- [ ] Did you add redirects?\n *Replace <v> with earliest backport target version*\n${{ steps.renamed-files.outputs.redirects }}${{ steps.deleted-files.outputs.redirects }}\n"
+ content: "<!-- start redirects -->- [ ] Did you add redirects?\n *Replace <v> with earliest backport target version*\n${{ steps.renamed-files.outputs.redirects }}${{ steps.deleted-files.outputs.redirects }}\n<!-- end redirects -->"
63
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments