Skip to content

[βœΏπ•πˆπ‘π€π‹-π•πˆπƒπ„πŽπ’..!] 𝐌𝐞𝐒𝐚 π‚πšπ¬π¬πšπ§ππ«πš Viral Video π™»πšŽπšŠπš”πšŽπš 2024 𝖬𝖬𝖲 Original Link On Social Media X Trending Now #5770

[βœΏπ•πˆπ‘π€π‹-π•πˆπƒπ„πŽπ’..!] 𝐌𝐞𝐒𝐚 π‚πšπ¬π¬πšπ§ππ«πš Viral Video π™»πšŽπšŠπš”πšŽπš 2024 𝖬𝖬𝖲 Original Link On Social Media X Trending Now

[βœΏπ•πˆπ‘π€π‹-π•πˆπƒπ„πŽπ’..!] 𝐌𝐞𝐒𝐚 π‚πšπ¬π¬πšπ§ππ«πš Viral Video π™»πšŽπšŠπš”πšŽπš 2024 𝖬𝖬𝖲 Original Link On Social Media X Trending Now #5770

Workflow file for this run

name: Issue Invalid
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
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 invalid 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 }}