Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' && inputs.restore-upstream != ''}}
run: |
echo "reset ${{ inputs.restore-upstream }}"
git checkout --theirs ${{ inputs.restore-upstream }} || true
git reset ${{ steps.upstream.outputs.release }} -- ${{ inputs.restore-upstream }} || true
git clean -f -d || true
git add ${{ inputs.restore-upstream }} || true
- name: Remove deleted files
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' }}
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/merge-acm-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,26 @@ jobs:
restore-upstream: >-
.betterer.results
.drone.yml
apps
CHANGELOG.md
devenv
Dockerfile
docs
e2e
hack
go.mod
go.sum
go.work
go.work.sum
Makefile
pkg
scripts
lerna.json
package.json
packages
public/
yarn.lock
.yarn
SECURITY.md
.bingo/
assets-cmd: |
Expand Down
Loading