Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 30, 2023
1 parent 6c77e06 commit 18d240c
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,4 @@ jobs:
- name: 'Tắt Issues'
uses: actions/stale@v8
with:
#only-labels: "build"
stale-issue-label: "Wait"
stale-issue-message: "Đang trong quá trình xây dựng, vui lòng chờ...<br/><br/>Sau khi xong link sẽ được gửi vào bài viết này."
#days-before-issue-stale: 0
days-before-stale: 0
#days-before-issue-close: 0
#days-before-close: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: welcome
uses: actions-cool/issues-helper@v3
with:
actions: 'welcome'
token: ${{ secrets.GITHUB_TOKEN }}
body: hi @${{ github.event.issue.user.login }}, welcome!
labels: 'welcome1, welcome2'
assignees: 'Zelooooo'
issue-emoji: '+1, -1, eyes'
issue-number: 10
- name: lock-issues
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: 3
labels: 'duplicate'
body: test

run: env

0 comments on commit 18d240c

Please sign in to comment.