repo.or.cz
/
betaflight.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add display port sub-command definitions
[betaflight.git]
/
.github
/
workflows
/
no-response.yml
blob
f00206ec3b3f7139a6884d5359a33b76980e771c
1
name: No Response
2
3
on:
4
issue_comment:
5
types: [created]
6
schedule:
7
- cron: 0 4 * * *
8
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 }}