Skip to content

Commit

Permalink
Merge pull request #126 from ku-nlp/develop
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
hkiyomaru authored Jun 1, 2023
2 parents 8bf1bee + 496a653 commit f97ae7a
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 86 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: "Test" # Replace 'test' with the name of the required check
github-token: ${{ secrets.GITHUB_TOKEN }}
running-workflow-name: "Test" # the name of the required check
# check-regexp: Run tests with pytest.* # this condition is also possible
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 60 # Check every 60 seconds
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down
Loading

0 comments on commit f97ae7a

Please sign in to comment.