Skip to content

Commit 6f84ac1

Browse files
chore(deps): bump github.com/slack-go/slack from 0.11.3 to 0.16.0 (#40)
* chore(deps): bump github.com/slack-go/slack from 0.11.3 to 0.16.0 Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.11.3 to 0.16.0. - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/history.go) - [Commits](slack-go/slack@v0.11.3...v0.16.0) --- updated-dependencies: - dependency-name: github.com/slack-go/slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * squash Signed-off-by: Tomasz Janiszewski <[email protected]> * Update .github/workflows/auto-merge.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Tomasz Janiszewski <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Janiszewski <[email protected]>
1 parent 7a83bfc commit 6f84ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.user.login == 'dependabot[bot]'
1212
steps:
1313
- 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"
1515
env:
1616
PR_URL: ${{github.event.pull_request.html_url}}
1717
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d
1212
github.com/pkg/errors v0.9.1
1313
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
1515
github.com/stretchr/testify v1.9.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
130130
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
131131
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y=
132132
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=
135135
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
136136
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
137137
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)