Skip to content

Commit 231607a

Browse files
committed
fixup! feat: Remove app engine classic support
1 parent 549c1ee commit 231607a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

github/github.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,3 +1873,8 @@ func (e *DeploymentProtectionRuleEvent) GetRunID() (int64, error) {
18731873
}
18741874
return runID, nil
18751875
}
1876+
1877+
// withContext returns a shallow copy of req with its context changed to ctx.
1878+
func withContext(ctx context.Context, req *http.Request) *http.Request {
1879+
return req.WithContext(ctx)
1880+
}

0 commit comments

Comments
 (0)