Show GPS home position found in FC #1467
Workflow file for this run
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
name: Hide artifact links comments | |
on: | |
pull_request_target: | |
types: [synchronize, reopened] | |
jobs: | |
hide-artifacts-link-comments: | |
name: Hide artifact links | |
runs-on: ubuntu-22.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!" |