Skip to content

Commit

Permalink
Create PRs to update to upstream releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Apr 9, 2024
1 parent 6598a8b commit f1c0383
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/merge_from_upstream.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update to Upstream Release

on:
schedule:
- cron: "0 12 * * *"
workflow_dispatch:
inputs: {}

jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- uses: fopina/upstream-to-pr@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
upstream-repository: https://github.com/Ashinch/ReadYou
upstream-tag: '\d+\..*'

0 comments on commit f1c0383

Please sign in to comment.