Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 21, 2024
1 parent 9760435 commit 50c2a49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: Check PR and Merge PR
on: [pull_request_target]

jobs:
call-workflow-check:
uses: ivvorg/public-test-repo/.github/workflows/check.yml@main
call-workflow-check_commits:
uses: untillpro/ci-action/.github/workflows/ci_reuse_go_pr.yml@master
with:
ignore_copyright: 'true'
ignore_bp3: 'true'
auto-merge-pr:
needs: call-workflow-check
uses: ivvorg/public-test-repo/.github/workflows/merge.yml@main
short_test: 'true'
running_workflow: 'Check PR and Merge PR'
secrets:
personaltoken: ${{ secrets.REPOREADING_TOKEN }}
reporeading_token: ${{ secrets.REPOREADING_TOKEN }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}


18 changes: 0 additions & 18 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 50c2a49

Please sign in to comment.