Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
0b87253a
Unverified
Commit
0b87253a
authored
Jul 17, 2023
by
Maurits van Beusekom
Committed by
GitHub
Jul 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update no-response.yaml
parent
a5a3b096
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.github/workflows/no-response.yaml
+3
-2
No files found.
.github/workflows/no-response.yaml
View file @
0b87253a
...
...
@@ -31,7 +31,8 @@ jobs:
# 2. Set the `days-before-stale` parameter to `-1`. This will prevent the [stale](https://github.com/actions/stale) action
# from automatically marking issues as being "stale". As mentioned in step 1, at Baseflow we want to manually
# triage the issue and mark it to require more information.
# 3. Set the `close-issue-label` parameter to `status: needs more info` to make sure the label persists even after this
# 3. Set the `close-issue-label` parameter to `status: closed (missing info)` to easily allow us to track issues closed due
# to a lack of information.
# issue is closed. This will make sure the label is automatically removed when the issue is re-opened (most likely
# this happend because someone added more information).
# 4. Set the `days-before-close` parameter to `14` to indicate after how many days, since marking the issue with
...
...
@@ -42,7 +43,7 @@ jobs:
with
:
stale-issue-label
:
'
status:
needs
more
info'
days-before-stale
:
-1
close-issue-label
:
'
status:
needs
more
info
'
close-issue-label
:
'
status:
closed
(missing
info)
'
close-issue-message
:
>
Without additional information, we are unfortunately not able to resolve this issue.
Therefore, we reluctantly closed this issue for now.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment