Replies: 4 comments 5 replies
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
I read this post from Dusty and feel the same: https://fosstodon.org/@dpom/112844656108143163
AFAIK you mentioned the only option: disable actions at all. Or you can clone the repo, |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Hey, this is a cool ask. What is your goal or need for this? I would love to understand more. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
When you fork a repo, GitHub default copies the actions CI settings.
So when you fork a repo, you are also implicitly signing yourself up for notification/inbox spam from failed actions, for example:
Publish Nightly Version to PyPi workflow run failed for main branch
I know you can manually disable actions in a forked repo's settings by:
Click on repo > click on settings > Actions > General > Actions permissions >
Disable actions
> SaveThis process is tedious and intractable if you have many forks.
Is there a GitHub setting to automatically disable actions for all repo forks (existing, updated, or newly forked)?
Beta Was this translation helpful? Give feedback.
All reactions