Skip to content

Commit

Permalink
feat: release binary distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 24, 2023
1 parent 98328be commit 5890ecd
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: auto-dependabot
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 5890ecd

Please sign in to comment.