Skip to content

Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3 #1763

Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3

Bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3 #1763

Workflow file for this run

name: "CHANGELOG check"
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: "no changelog"
checkNotification: Detailed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}