-
-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new workflow to hide artifact links
- Loading branch information
1 parent
f7eb0e8
commit eeffed7
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Hide artifact links comments | ||
|
||
on: | ||
pull_request_target: | ||
types: [synchronize, reopened] | ||
|
||
jobs: | ||
hide-artifacts-link-comments: | ||
name: Hide artifact links | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Hide comments | ||
uses: int128/hide-comment-action@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
starts-with: "Do you want to test this code? Here you have an automated build:" | ||
ends-with: "WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters