Skip to content

Commit

Permalink
Create a PR with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 1, 2024
1 parent 87b26e4 commit fa49e38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:
if: ${{ steps.git_diff.outputs.changes == 'true' }}
run: |
git commit -m "Update community contributors list"
- name: Create Pull Request
if: ${{ steps.git_diff.outputs.changes == 'true' }}
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Automated code changes"
branch: automated/update-community-contributes
title: "Update community contributors"
body: "Updates the list of community contributors"

0 comments on commit fa49e38

Please sign in to comment.