[βΏπππππ-ππππππ..!] ππ’π¦π«π πππ‘π«π Viral Video π»πππππ 2024 π¬π¬π² Original Link On Social Media X Trending Now #5768
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 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 }} |