forked from LongForWisdom/rp-bounty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/LongForWisdom/rp-bounty int…
…o main
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,19 @@ jobs: | |
responseFile: _data/price-responses/rpl-usd.json | ||
|
||
- name: Create Pull Request | ||
id: create-pr | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
commit-message: "Automated update of source data via github action" | ||
token: ${{ secrets.PAT }} | ||
branch: temp-data-updates | ||
delete-branch: true | ||
title: 'Update Source Data' | ||
body: "Automated update of source data via github action. Includes add and remove of bounties, update of docs files and RPL-USD price update." | ||
title: 'Update Price Data' | ||
body: "Automated update of price data via github action. Currently RPL-USD price update." | ||
|
||
- name: Merge Pull Request | ||
uses: juliangruber/[email protected] | ||
with: | ||
github-token: ${{ secrets.PAT }} | ||
number: ${{ steps.create-pr.outputs.pull-request-number }}" | ||
|