我是中国一个开发者。我们国内的服务器无法边接商店 ,也无法下载插件。无论是在官网或者mvnrepository。 非常不友好。我暂被困在js插件上,我不知道还有多少坑 。 #2323
This file contains hidden or 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: Greetings | |
| on: [pull_request_target, issues] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.TOKEN }} | |
| issue-message: "Message that will be displayed on users' first issue" | |
| pr-message: "Message that will be displayed on users' first pull request" |