Skip to content

feat: [FX-4259] add new spacing values to picasso #1625

feat: [FX-4259] add new spacing values to picasso

feat: [FX-4259] add new spacing values to picasso #1625

name: Handle contribution
on:
pull_request:
types: [opened, reopened, ready_for_review]
branches:
- master
jobs:
call-notify-jira-about-contribution:
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
runs-on: ubuntu-latest
name: Call notify jira about contribution
steps:
- uses: toptal/davinci-github-actions/[email protected]
with:
team: frontend-experience-eng
repo: ${{ github.event.repository.name }}
pull-number: ${{ github.event.pull_request.number}}
jira-hook: ${{ secrets.JIRA_AUTOMATION_HOOK_FOR_NEW_CONTRIBUTION }}
github-token: ${{ secrets.TOPTAL_DEVBOT_TOKEN }}