Skip to content

feat(toks-components): notice slider 구현 #498

feat(toks-components): notice slider 구현

feat(toks-components): notice slider 구현 #498

Workflow file for this run

name: Manage PR
on:
pull_request:
types: [opened, reopened, edited]
permissions:
contents: write
pull-requests: write
jobs:
manage-pr:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.1.0
with:
repo-token: "${{ secrets.BOT_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.BOT_TOKEN}}