Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LongForWisdom/rp-bounty int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
LongForWisdom committed Jan 4, 2024
2 parents 8c84e5f + 8bb3638 commit 400181a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
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."
body: "Automated update of source data via github action. Includes add and remove of bounties and update of docs files."
12 changes: 10 additions & 2 deletions .github/workflows/price-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 400181a

Please sign in to comment.