Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez authored Jun 9, 2022
1 parent 0024a02 commit f68f328
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.3.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: 'Merge (if dependabot)'
run: gh pr merge main --auto --merge
run: gh pr merge "$PR_URL" --auto --merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}


Test:
Expand Down

0 comments on commit f68f328

Please sign in to comment.