Skip to content

Commit

Permalink
chore(ref): add examples for dependabot bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Mar 5, 2023
1 parent fc3739d commit 55d8068
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,21 @@ pull request. This PR is not signed and has the label `user-signing-required`. T
done by a maintainer of the repository. Check out the PR and push an amending commit into
the existing branch. Then, the PR can be merged.

For an example, take a look at this pull request: [Bundle dependabot pull requests](https://github.com/weaveworks-liquidmetal/flintlock/pull/655).

It was created by [this](https://github.com/weaveworks-liquidmetal/flintlock/actions/runs/4335326798) action triggered on the main branch.

Once the pull request was opened, a maintainer amend into it by checking it out then running a `git commit -a --amend`.

```
git fetch origin pull/655/head:"bundler-1678007734"
git checkout bundler-1678007734
git commit -a --amend
git push --set-upstream origin bundler-1678007734 -f
```

After this, GitHub will start running the PR actions and it can eventually be merged.

# ADRs (Architectural Decision Records)

Any impactful decisions to the architecture, design, development and behaviour
Expand Down

0 comments on commit 55d8068

Please sign in to comment.