Skip to content

Commit

Permalink
ci: adding auto updating of pull requests (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa authored Jul 17, 2024
1 parent bbc4439 commit d8e9a93
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pull-request-update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Pull request update

on:
push:
branches:
- main

jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update all pull requests
uses: castastrophe/actions-pr-auto-update
with:
# defaults to github.token
token: ${{ secrets.USER_TOKEN }}
include_drafts: true

0 comments on commit d8e9a93

Please sign in to comment.