Skip to content

Commit

Permalink
Add branch protection override
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Apr 17, 2024
1 parent 12fc166 commit dc5830d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/collect-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,11 @@ jobs:
- name: Collect contributor data
run: Rscript _scripts/collect_contributor_data.R

- uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
id: cpr
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update `_data/epiverse_contributors.csv`
committer: epiverse-trace-bot <[email protected]>
author: epiverse-trace-bot <[email protected]>
branch: update-contributors
add-paths: _data
title: Automated update of contributor data
reviewers: chartgerink
delete-branch: true
- uses: EndBug/add-and-commit@v9
with:
author_name: epiverse-trace-bot
author_email: [email protected]
message: "Update `_data/epiverse_contributors.csv`"
add: '_data/epiverse_contributors.csv'
token: ${{ secrets.SUDO_GITHUB_TOKEN }}

0 comments on commit dc5830d

Please sign in to comment.