mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-17 02:44:12 +03:00
14 lines
318 B
YAML
14 lines
318 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
|
|
with:
|
|
repo-token: ${{ secrets.RELEASE_TOKEN }}
|