Skip to content

build(deps): bump com.discord4j:discord4j-core from 3.1.3 to 3.2.4 #341

build(deps): bump com.discord4j:discord4j-core from 3.1.3 to 3.2.4

build(deps): bump com.discord4j:discord4j-core from 3.1.3 to 3.2.4 #341

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: AutoMerge
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}