CONFIG: define BMI270 for ATOMRCF405 (#12536)
[betaflight.git] / .github / workflows / no-response.yml
blobf00206ec3b3f7139a6884d5359a33b76980e771c
1 name: No Response
3 on:
4   issue_comment:
5     types: [created]
6   schedule:
7     - cron: 0 4 * * *
9 jobs:
10   no-response:
11     runs-on: ubuntu-latest
12     steps:
13       - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb # v0.5.0
14         with:
15           daysUntilClose: 1
16           responseRequiredLabel: Missing Information
17           token: ${{ github.token }}