File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
if : github.event.pull_request.user.login == 'dependabot[bot]'
12
12
steps :
13
13
- name : Enable auto-merge for Dependabot PRs
14
- run : gh pr merge --auto --merge "$PR_URL"
14
+ run : gh pr merge --auto --squash "$PR_URL" && gh pr review --approve "$PR_URL"
15
15
env :
16
16
PR_URL : ${{github.event.pull_request.html_url}}
17
17
GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d
12
12
github.com/pkg/errors v0.9.1
13
13
github.com/sirupsen/logrus v1.9.2
14
- github.com/slack-go/slack v0.11.3
14
+ github.com/slack-go/slack v0.16.0
15
15
github.com/stretchr/testify v1.9.0
16
16
gopkg.in/yaml.v3 v3.0.1
17
17
)
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
130
130
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
131
131
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
132
132
github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
133
- github.com/slack-go/slack v0.11.3 h1:GN7revxEMax4amCc3El9a+9SGnjmBvSUobs0QnO6ZO8 =
134
- github.com/slack-go/slack v0.11.3 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
133
+ github.com/slack-go/slack v0.16.0 h1:khp/WCFv+Hb/B/AJaAwvcxKun0hM6grN0bUZ8xG60P8 =
134
+ github.com/slack-go/slack v0.16.0 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
135
135
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
136
136
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
137
137
github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments