Skip to content

Commit

Permalink
ci(trunk): auto upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Jun 2, 2024
1 parent 11ff02f commit 0b20947
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/trunk_upgrades.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: trunk upgrade
on:
schedule:
- cron: 0 16 * * 4
workflow_dispatch: {}
permissions: read-all
jobs:
trunk_upgrade:
name: run trunk upgrade
runs-on: ubuntu-latest
permissions:
contents: write # For trunk to create PRs
pull-requests: write # For trunk to create PRs
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Trunk Upgrade
uses: trunk-io/trunk-action/upgrade@v1
with:
prefix: "chore: "
lowercase-title: true

0 comments on commit 0b20947

Please sign in to comment.