Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

change(danger-github): add deprecated warning message to action output #57

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions danger_pr_review/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:warning: **Deprecation Notice**: This GitHub action is scheduled for removal in March 2024. We recommend migrating to the latest version available in the [shared-github-danger](https://github.com/espressif/shared-github-dangerjs) project.

---

# DangerJS pull request automatic review tool - GitHub

This is the DangerJS pull request linter GitHub action, that can be called from another repositories. It's purpose is to keep the style of each PR in the specified style and automatically check for simple things like correct PR description, meaningful git messages, correct PR target branch, etc.
Expand Down
2 changes: 2 additions & 0 deletions danger_pr_review/dangerjs/dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ function addRetryLink(): void {
const retryLink: string = `<sub>:repeat: You can re-run automatic PR checks by retrying the <a href="${retryLinkUrl}">DangerJS action</a></sub>`;

markdown(retryLink);

markdown(`***\n:warning: **Deprecation Notice**: This GitHub action is scheduled for removal in March 2024. We recommend migrating to the latest version available in the [shared-github-danger](https://github.com/espressif/shared-github-dangerjs) project.`)
}
Loading