Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Jan 17, 2025
1 parent 5baa3f2 commit db3c207
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-update-base-branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Update Base Branch

on:
pull-request:
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Get PRs with label
uses: jwalton/gh-for-each-pr@v1
with:
label: auto-update-base-branch
command: echo ${PR_HEAD_REF}

0 comments on commit db3c207

Please sign in to comment.