CONFIG: define BMI270 for ATOMRCF405 (#12536)
[betaflight.git] / .github / workflows / hide-artifact-links.yml
blob678e910e13dece7f654909e924a5c0878d5ae136
1 name: Hide artifact links comments
3 on:
4   pull_request_target:
5     types: [synchronize, reopened]
7 jobs:
8   hide-artifacts-link-comments:
9     name: Hide artifact links
10     runs-on: ubuntu-22.04
11     steps:
12       - name: Hide comments
13         uses: int128/hide-comment-action@v1
14         with:
15           token: ${{ secrets.GITHUB_TOKEN }}
16           starts-with: "**Do you want to test this code? Here you have an automated build:**"
17           ends-with: "_**WARNING:** It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!_"