Skip to content

feat(SubnavigationButton): add appearance #2139

feat(SubnavigationButton): add appearance

feat(SubnavigationButton): add appearance #2139

Workflow file for this run

name: 'Close Pull Request'
on:
pull_request_target:
types: [closed]
jobs:
undeploy_s3:
runs-on: ubuntu-latest
name: Undeploy S3
steps:
- name: Delete from S3
uses: VKCOM/gh-actions/VKUI/s3@main
with:
awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}
awsSecretAccessKey: ${{ secrets.AWS_SECRET_KEY }}
awsBucket: vkui-screenshot
awsEndpoint: https://hb.bizmrg.com
command: delete
commandDeletePrefix: pull/${{ github.event.pull_request.number }}
patch:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'patch')
concurrency: ci-stable
runs-on: ubuntu-latest
name: Patch
steps:
- name: Checkout (for forked PR)
if: github.event.pull_request.base.repo.id != github.event.pull_request.head.repo.id
uses: actions/checkout@v3
- name: Checkout (for maintainer's PR)
if: github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id
uses: actions/checkout@v3
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Set Git credentials
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Make patch
uses: VKCOM/gh-actions/VKUI/patch@main
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
directory: packages/vkui/