Skip to content

build(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0 #7

build(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0

build(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0 #7

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
autolabel:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}