Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
feature(main): add test for pr (#29)
Browse files Browse the repository at this point in the history
* feature(main): add test for pr

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feature(main): add test for pr

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu authored Jun 8, 2023
1 parent 59df9d7 commit 9a2fcec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v3
- name: Gh Rebot for Sealos
uses: labring/gh-rebot@v0.0.6-rc6
uses: labring/gh-rebot@v0.0.6
with:
version: v0.0.6-rc6
version: v0.0.6
env:
SEALOS_TYPE: "/comment"
GH_TOKEN: "${{ secrets.GH_PAT }}"
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GH_TOKEN: "${{ secrets.GH_PAT }}"
- name: add file
run: |
echo "somethings....." >> templates/template.md
echo "somethings.....default" >> templates/template.md
- if: ${{ (github.event_name != 'push') }}
run: |
gh-rebot action
Expand Down

0 comments on commit 9a2fcec

Please sign in to comment.