uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

Trigger workflows for branches with slashes in their names #880

Closed cinchurge closed 2 years ago

cinchurge commented 2 years ago

github actions isn't being triggered for some PRs where the base commit contains slashes. Change wildcard matching to ** to fix this.

codecov[bot] commented 2 years ago

Codecov Report

Merging #880 (76b864e) into dev (13b3dec) will decrease coverage by 0.36%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #880      +/-   ##
==========================================
- Coverage   88.93%   88.57%   -0.37%     
==========================================
  Files          43       43              
  Lines        4439     4439              
==========================================
- Hits         3948     3932      -16     
- Misses        370      384      +14     
- Partials      121      123       +2     
Impacted Files Coverage Δ
outbound.go 85.96% <0.00%> (-2.93%) :arrow_down:
mex.go 72.51% <0.00%> (-2.85%) :arrow_down:
connection.go 84.98% <0.00%> (-0.93%) :arrow_down:
peer.go 93.52% <0.00%> (-0.36%) :arrow_down:

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 13b3dec...76b864e. Read the comment docs.