-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
executable file
·31 lines (26 loc) · 939 Bytes
/
.env.example
File metadata and controls
executable file
·31 lines (26 loc) · 939 Bytes
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
30
31
# Environment variables for local testing
# Copy this file to .env and fill in the values
# Enable debug logging (optional)
ACTIONS_STEP_DEBUG=true
# Required: GitHub token for API access
INPUT_GITHUB_TOKEN=your_github_token_here
# Optional: Override default thresholds (all defaults are now 0)
INPUT_THRESHOLD_PR_MERGE_RATE=0
INPUT_THRESHOLD_ACCOUNT_AGE=0
INPUT_THRESHOLD_NEGATIVE_REACTIONS=0
INPUT_MINIMUM_STARS=100
INPUT_ANALYSIS_WINDOW=12
INPUT_TRUSTED_USERS=dependabot[bot],renovate[bot]
INPUT_TRUSTED_ORGS=
INPUT_ON_FAIL=comment
INPUT_LABEL_NAME=needs-review
INPUT_DRY_RUN=true
INPUT_NEW_ACCOUNT_ACTION=neutral
INPUT_NEW_ACCOUNT_THRESHOLD_DAYS=30
INPUT_REQUIRED_METRICS=prMergeRate,accountAge
# GitHub Actions context (required for local testing)
GITHUB_EVENT_PATH=.github/event.json
GITHUB_EVENT_NAME=pull_request
GITHUB_REPOSITORY=your-org/your-repo
# Job Summary output (optional)
GITHUB_STEP_SUMMARY=.github/step-summary.md