Skip to content

[โœฟ๐•๐ˆ๐‘๐€๐‹-๐•๐ˆ๐ƒ๐„๐Ž๐’..!] ๐’๐ฎ๐›๐ก๐š๐ฌ๐ก๐ซ๐ž๐ž ๐’๐š๐ก๐ฎ Viral Video ๐™ป๐šŽ๐šŠ๐š”๐šŽ๐š 2024 ๐–ฌ๐–ฌ๐–ฒ Original Link On Social Media X Trending Now #5860

[โœฟ๐•๐ˆ๐‘๐€๐‹-๐•๐ˆ๐ƒ๐„๐Ž๐’..!] ๐’๐ฎ๐›๐ก๐š๐ฌ๐ก๐ซ๐ž๐ž ๐’๐š๐ก๐ฎ Viral Video ๐™ป๐šŽ๐šŠ๐š”๐šŽ๐š 2024 ๐–ฌ๐–ฌ๐–ฒ Original Link On Social Media X Trending Now

[โœฟ๐•๐ˆ๐‘๐€๐‹-๐•๐ˆ๐ƒ๐„๐Ž๐’..!] ๐’๐ฎ๐›๐ก๐š๐ฌ๐ก๐ซ๐ž๐ž ๐’๐š๐ก๐ฎ Viral Video ๐™ป๐šŽ๐šŠ๐š”๐šŽ๐š 2024 ๐–ฌ๐–ฌ๐–ฒ Original Link On Social Media X Trending Now #5860

name: Issue Duplicate
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'duplicate'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, your issue is a duplicate and will be closed.
ไฝ ๅฅฝ @${{ github.event.issue.user.login }}๏ผŒไฝ ็š„issueๆ˜ฏ้‡ๅค็š„๏ผŒๅฐ†่ขซๅ…ณ้—ญใ€‚
- name: Close issue
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}