feat(toks-main): notice slider 이미지 적용 및 window history 없는 경우 home으로 라우팅 #503
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
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}} |