Skip to content

Commit

Permalink
set more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Dec 2, 2024
1 parent 4a3e813 commit b9834aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: AlexSim93/pull-request-analytics-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # In the case of a personal access token, it needs to be added to the repository's secrets and used in this field.
GITHUB_REPO_FOR_ISSUE: cowprotocol/pm
GITHUB_OWNER_FOR_ISSUE: cowprotocol
GITHUB_OWNERS_REPOS: "cowprotocol/services"

CORE_HOURS_START: "9:00"
CORE_HOURS_END: "19:00"
TIMEZONE: "Europe/Berlin"
Expand All @@ -24,5 +28,4 @@ jobs:
USE_CHARTS: true
SHOW_CORRELATION_GRAPHS: true
SHOW_ACTIVITY_TIME_GRAPHS: true
GITHUB_OWNERS_REPOS: "cowprotocol/services"
EXECUTION_OUTCOME: "markdown"

0 comments on commit b9834aa

Please sign in to comment.