simple-icons/.github/workflows/merge-release.yml

14 lines
322 B
YAML
Raw Normal View History

name: Merge Release Pull Request
on:
pull_request_review:
types: [submitted]
jobs:
release:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'release')
steps:
2024-01-03 09:32:32 +03:00
- uses: simple-icons/release-action@v1.1.0
with:
repo-token: ${{ secrets.RELEASE_TOKEN }}