This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
[依賴項更新] (deps): Bump node-gyp from 9.4.0 to 10.2.0 #868
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: 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.GITHUB_TOKEN }} | |
issue-message: "這是您第一次創建問題單,請確認您的問題內容是否完整或是與其他問題單有重複。如果有其他問題可直接到 支援伺服器 (位於Readme.md中) 告訴我們喔!" | |
pr-message: "這是您第一次創建請求單,感謝您為我們盡一份心力,如果有其他提交請求的相關事情可直接到 支援伺服器 (位於Readme.md中) 告訴我們喔!" |