Skip to content

added pop animation on product and slide animation on color-box #79

added pop animation on product and slide animation on color-box

added pop animation on product and slide animation on color-box #79

name: Auto Assign and Label PR
on:
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
assign-and-label:
runs-on: ubuntu-latest
steps:
- name: Add Labels to PR
uses: actions-ecosystem/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
gssoc-ext
hacktoberfest-accepted
- name: Assign PR to Creator
uses: actions-ecosystem/action-assign@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}