fix(scout): prevent duplicate bounty drafts and add scout traffic alerts
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -71,9 +71,9 @@ services:
|
||||
- SCOUT_ISSUE_LABELS=${SCOUT_ISSUE_LABELS:-}
|
||||
# Keep compatibility with existing naming
|
||||
- SCOUT_ISSUE_LABEL=${SCOUT_ISSUE_LABEL:-}
|
||||
- SCOUT_CRON_EXPRESSION=${SCOUT_CRON_EXPRESSION:-*/3 * * * *}
|
||||
- SCOUT_PER_PAGE=${SCOUT_PER_PAGE:-50}
|
||||
- SCOUT_MAX_ISSUES_PER_SCAN=${SCOUT_MAX_ISSUES_PER_SCAN:-60}
|
||||
- SCOUT_CRON_EXPRESSION=${SCOUT_CRON_EXPRESSION:-*/1 * * * *}
|
||||
- SCOUT_PER_PAGE=${SCOUT_PER_PAGE:-80}
|
||||
- SCOUT_MAX_ISSUES_PER_SCAN=${SCOUT_MAX_ISSUES_PER_SCAN:-90}
|
||||
# GitHub token should be provided in deployment env for real posting.
|
||||
- GITHUB_TOKEN=${GITHUB_TOKEN:-}
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user