File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- FILTER_REGEX_EXCLUDE = .*renovate-tracked-deps\.json
1+ FILTER_REGEX_EXCLUDE = ( .*renovate-tracked-deps\.json|CHANGELOG\.md)
22IGNORE_GITIGNORED_FILES = true
33LOG_LEVEL = ERROR
44
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
17+ id : release-please
1718 with :
1819 config-file : .github/config/release-please-config.json
1920 manifest-file : .github/config/.release-please-manifest.json
21+
22+ - name : Remind to reopen PR for CI
23+ if : steps.release-please.outputs.prs_created == 'true'
24+ env :
25+ GH_TOKEN : ${{ github.token }}
26+ PR_NUMBER : ${{ fromJSON(steps.release-please.outputs.pr).number }}
27+ run : |
28+ gh pr comment "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --body "> [!IMPORTANT]
29+ > CI checks don't trigger automatically on release-please PRs (created with \`GITHUB_TOKEN\`).
30+ > Please **close and reopen** this PR to start CI."
You can’t perform that action at this time.
0 commit comments