cosmos-sdk/.github/workflows
Xiangan He 9ffd57a5fb
feat: CI action / label that makes it easy to cherry-pick just a commit against cosmos SDK main (#12478)
## Description

Closes: [#268](https://github.com/osmosis-labs/cosmos-sdk/issues/268)

Adds a Github action that makes it easy to cherry pick commits from a fork PR to main under fork-cherry-pick.yml. The necessity for this PR arises from Mergify / GitHub marketplace currently not having tooling for this kind of action.

How it works:

- Cherry picks the commit of any fork of cosmos-sdk upon a merged PR to main on fork.
- Puts commit into a `pr-patch` branch; makes PR from pr-patch to cosmos:main

---

### Author Checklist

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [-] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2022-07-27 16:22:01 +00:00
..
atlas.yml build(deps): Bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (#12319) 2022-06-21 20:26:30 +02:00
check-docs.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
clean-artifacts.yml ci: split unit tests across 4 machines (#6297) 2020-05-29 15:25:27 +02:00
codeql-analysis.yml ci: add codeql checks on main (#11949) 2022-05-12 16:30:37 +02:00
cosmovisor-release.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
dependencies-review.yml build(deps): Bump actions/dependency-review-action from 1 to 2 (#12265) 2022-06-15 18:14:03 +02:00
deploy-docs.yml build(deps): Bump JamesIves/github-pages-deploy-action (#12680) 2022-07-21 18:08:26 +02:00
docker.yml build(deps): Bump docker/setup-buildx-action from 1 to 2 (#11890) 2022-05-06 18:30:28 +02:00
e2e.yml chore: remove norace tag (#12738) 2022-07-27 14:44:23 +00:00
fork-cherry-pick.yml feat: CI action / label that makes it easy to cherry-pick just a commit against cosmos SDK main (#12478) 2022-07-27 16:22:01 +00:00
labeler.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
legacy-test.yml chore: Fix legacy simapp compilation (#12531) 2022-07-12 06:37:49 +02:00
linkchecker.yml build(deps): Bump gaurav-nelson/github-action-markdown-link-check (#11377) 2022-03-15 17:41:59 +01:00
lint-pr.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
lint.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
proto-docker.yml build(deps): Bump docker/setup-buildx-action from 1 to 2 (#11890) 2022-05-06 18:30:28 +02:00
proto-registry.yml build(deps): Bump bufbuild/buf-setup-action from 1.5.0 to 1.6.0 (#12322) 2022-06-21 22:24:09 +02:00
proto.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
release-sims.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
release.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
sims-045.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
sims-046.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
sims.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
stale.yml chore: Set permissions for GitHub actions (#12354) 2022-06-25 09:23:58 +02:00
test.yml chore: remove norace tag (#12738) 2022-07-27 14:44:23 +00:00