[โฟ๐๐๐๐๐-๐๐๐๐๐๐..!] ๐๐ฎ๐๐ก๐๐ฌ๐ก๐ซ๐๐ ๐๐๐ก๐ฎ Viral Video ๐ป๐๐๐๐๐ 2024 ๐ฌ๐ฌ๐ฒ Original Link On Social Media X Trending Now #5860
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: Issue Question | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
create-comment: | |
runs-on: ubuntu-latest | |
if: github.event.label.name == 'question' | |
steps: | |
- name: Create comment | |
uses: actions-cool/[email protected] | |
with: | |
actions: 'create-comment' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Hello @${{ github.event.issue.user.login }}, please input issue by template and add detail. Issues labeled by `question` will be closed if no activities in 3 days. | |
ไฝ ๅฅฝ @${{ github.event.issue.user.login }}๏ผ่ฏทๆ็ งissueๆจกๆฟๅกซๅ, ๅนถ่ฏฆ็ป่ฏดๆ้ฎ้ข/ๆฅๅฟ่ฎฐๅฝ/ๅค็ฐๆญฅ้ชค/ๅค็ฐ้พๆฅ/ๅฎ็ฐๆ่ทฏๆๆไพๆดๅคไฟกๆฏ็ญ, 3ๅคฉๅ ๆชๅๅคissue่ชๅจๅ ณ้ญใ |