Skip to content

Commit

Permalink
Update CHANGELOG and publish-patch workflow (#1094)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Murray <[email protected]>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Orion Johnson <[email protected]>
Co-authored-by: noahwebs <[email protected]>
  • Loading branch information
10 people authored Jun 26, 2023
1 parent 8689688 commit 542ea71
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 1,746 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: Sync patch-* -> dev-patch
uses: tukasz/direct-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
source-branch: 'patch-*'
target-branch: dev-patch

Loading

0 comments on commit 542ea71

Please sign in to comment.