【bug】代理的fetch函数没有判定 __INITIAL_STATE__是否存在导致其他插件执行错误 #300
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
# .github/workflows/take.yml | |
name: Assign issue to contributor | |
on: | |
issue_comment: | |
jobs: | |
assign: | |
name: Take an issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: take the issue | |
uses: bdougie/take-action@28b86cd8d25593f037406ecbf96082db2836e928 | |
env: | |
GITHUB_TOKEN: ${{ github.token }} |