FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ScratchAddons/.github/workflows/stale-issues.yml at patch-2 · rosics-code/ScratchAddons · GitHub
rosics-code
/
ScratchAddons
Public
forked from
ScratchAddons/ScratchAddons
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ScratchAddons
/
.github
/
workflows
/
stale-issues.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (28 loc) · 937 Bytes
Breadcrumbs
ScratchAddons
/
.github
/
workflows
/
stale-issues.yml
Copy path
File metadata and controls
29 lines (28 loc) · 937 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name
:
Send comment on stale issues
on
:
schedule
:
-
cron
:
'
0 0 * * *
'
jobs
:
stale
:
name
:
Stale
runs-on
:
ubuntu-latest
if
:
github.repository_owner == 'ScratchAddons'
steps
:
-
name
:
Generate token
uses
:
tibdex/github-app-token@v2
id
:
generate-token
with
:
app_id
:
${{ secrets.BOT_APP_ID }}
private_key
:
${{ secrets.BOT_PRIVATE_KEY }}
-
name
:
Execute Action
uses
:
actions/stale@v9
with
:
stale-issue-message
:
'
Ping! There has been no activity for 7 days.
'
stale-pr-message
:
'
Ping! There has been no activity for 7 days.
'
only-labels
:
'
status: awaiting answer/followup
'
days-before-stale
:
7
days-before-close
:
-1
stale-issue-label
:
'
status: stale
'
stale-pr-label
:
'
status: stale
'
operations-per-run
:
30
repo-token
:
${{ steps.generate-token.outputs.token }}
Back
|
FazBrowse Home
|
New Git URL