mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 06:35:45 +02:00
🤖 Remove star reminder automation (#1412)
This commit is contained in:
parent
27bbdef6df
commit
f68d65264c
22
.github/workflows/new-issues-check.yml
vendored
22
.github/workflows/new-issues-check.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: ⭐ Hello non-Stargazers
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [opened, reopened]
|
|
||||||
jobs:
|
|
||||||
check-user:
|
|
||||||
if: >
|
|
||||||
${{
|
|
||||||
! contains( github.event.issue.labels.*.name, '📌 Keep Open') &&
|
|
||||||
! contains( github.event.issue.labels.*.name, '🌈 Feedback') &&
|
|
||||||
! contains( github.event.issue.labels.*.name, '💯 Showcase') &&
|
|
||||||
github.event.comment.author_association != 'CONTRIBUTOR'
|
|
||||||
}}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Add comment to issues opened by non-stargazers
|
|
||||||
steps:
|
|
||||||
- name: comment
|
|
||||||
uses: qxip/please-star-light@v4
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
|
||||||
autoclose: false
|
|
||||||
message: "If you're enjoying Dashy, consider dropping us a ⭐<br>_<sub>🤖 I'm a bot, and this message was automated</sub>_"
|
|
Loading…
x
Reference in New Issue
Block a user