Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync branch main with master on updates #7366

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Conversation

travisperson
Copy link
Contributor

@travisperson travisperson commented Sep 21, 2021

This will forcefully update the branch main to the git ref that triggered the workflow. This will keep the branch main in sync with the branch master at all times.

This requires that workflows have write permissions (which I believe they already do).

image


address the first item in #7356

@travisperson travisperson requested a review from a team as a code owner September 21, 2021 20:04
@codecov
Copy link

codecov bot commented Sep 21, 2021

Codecov Report

Merging #7366 (ac2194b) into master (fe56995) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7366      +/-   ##
==========================================
- Coverage   39.17%   39.16%   -0.01%     
==========================================
  Files         614      614              
  Lines       65005    65005              
==========================================
- Hits        25465    25462       -3     
- Misses      35130    35140      +10     
+ Partials     4410     4403       -7     
Impacted Files Coverage Δ
chain/events/observer.go 71.64% <0.00%> (-6.72%) ⬇️
chain/stmgr/call.go 67.87% <0.00%> (-3.64%) ⬇️
chain/store/store.go 63.66% <0.00%> (-2.12%) ⬇️
chain/vm/vm.go 59.47% <0.00%> (-1.12%) ⬇️
node/impl/full/chain.go 12.34% <0.00%> (-0.61%) ⬇️
chain/messagepool/selection.go 80.12% <0.00%> (-0.41%) ⬇️
markets/storageadapter/dealpublisher.go 81.46% <0.00%> (+0.48%) ⬆️
miner/miner.go 55.62% <0.00%> (+0.66%) ⬆️
extern/storage-sealing/fsm.go 57.42% <0.00%> (+1.20%) ⬆️
chain/gen/gen.go 67.27% <0.00%> (+1.21%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe56995...ac2194b. Read the comment docs.

@Kubuxu Kubuxu merged commit 7e933f7 into master Sep 22, 2021
@Kubuxu Kubuxu deleted the feat/sync-master-main branch September 22, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants