1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.github/workflows/merge-release.yml
2024-01-03 07:32:32 +01:00

14 lines
322 B
YAML

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:
- uses: simple-icons/release-action@v1.1.0
with:
repo-token: ${{ secrets.RELEASE_TOKEN }}