Skip to content

Commit

Permalink
Merge pull request #43 from TheManWhoLikesToCode/Update-Users
Browse files Browse the repository at this point in the history
[Fix] Added Merge
  • Loading branch information
TheManWhoLikesToCode authored Jan 21, 2024
2 parents f6d82ec + a84e6bb commit a735430
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/Update-Cumulative-Users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,18 @@ jobs:
body: "This is an auto-generated update of the cumulative users data."
branch: "update-cumulative-users"
delete-branch: true
base: "main"
base: "main"

auto-merge:
needs: update-data
runs-on: ubuntu-latest
steps:
- name: Auto-merge
uses: pascalgn/[email protected]
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "pull-request-title"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
5 changes: 3 additions & 2 deletions unique_visitors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ timestamp,value
15 JAN 2024,70
16 JAN 2024,45
17 JAN 2024,58
18 JAN 2024, 73
19 JAN 2024, 61
18 JAN 2024,73
19 JAN 2024,61
20 JAN 2024,42

0 comments on commit a735430

Please sign in to comment.