Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Bump yamllint from 1.27.1 to 1.32.0 in /.github/workflows/requirements #110

Bump yamllint from 1.27.1 to 1.32.0 in /.github/workflows/requirements

Bump yamllint from 1.27.1 to 1.32.0 in /.github/workflows/requirements #110

---
name: Release Drafter
"on":
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}