Skip to content

Commit

Permalink
squash! Add a separate job for a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 2, 2023
1 parent 7e0299c commit fa3e25f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: upstream-recipes
ref: akirak

- run: git merge --ff upstream-recipes

- name: Create a pull request
uses: peter-evans/create-pull-request@v5
with:
base: akirak
branch: upstream-recipes
branch: create-pull-request/recipes
token: ${{ secrets.PAT_FOR_PR }}
title: 'Merge the upstream recipe commits'
labels: automation

0 comments on commit fa3e25f

Please sign in to comment.