mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
Merge branch 'master' into dependabot/cargo/cargo-prod-44a7c392d3
This commit is contained in:
commit
24829060fa
13
.github/workflows/pr-auto-update.yml
vendored
Normal file
13
.github/workflows/pr-auto-update.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Pull request update
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
autoupdate:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: allonsy-studio/actions-pr-auto-update@5fbf9661cbf5c1f092ec33e5a1cfbe70dc5bd81c
|
||||
Loading…
Reference in a new issue