Skip to content

Commit

Permalink
Update issue-labeled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici authored Dec 27, 2024
1 parent 06c1cd9 commit 91e360f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,14 @@ jobs:
issue-number: ${{ github.event.issue.number }}
body: |
Due to PrimeTek's demanding roadmap for PrimeVue and the limited bandwidth of the core team, this issue is available for anyone to work on. [**Make sure to reference this issue in your pull request.**](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) :sparkles: Thank you for your contribution! :sparkles:
- name: Duplicate
if: contains(github.event.label.name, 'Duplicate')
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment, close-issue'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
This issue has been marked as a duplicate and has been closed. Please refer to the original issue for updates. Thank you!

0 comments on commit 91e360f

Please sign in to comment.