fix: 存在无法点击登录按钮的情况,原因未知,在等待跳转前,加入按钮点击 #784
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: IssueManagementAutomation(勿动) | |
on: | |
schedule: | |
- cron: "0 1-9/3 * * *" #"0 18 * * *" "0 */6 * * *" | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
issues: | |
types: [opened] | |
permissions: | |
issues: write | |
contents: read | |
jobs: | |
manage-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: auto lock baipiao | |
uses: 14790897/[email protected] | |
with: | |
gh_token: ${{ secrets.GITHUB_TOKEN }} | |
gh_repo: ${{ github.repository }} | |
issue_labels: ${{ secrets.ISSUE_LABELS }} |