-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionsgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:
- Continue version:
- IDE version:
- Model:
- config:
OR link to agent in Continue hub:Description
When forking https://github.com/continuedev/continue you get daily/weekly/monthly notifications that some workflows have failed:
- Daily Snyk Agent workflow run (snyk-agent)
- Weekly CN Task workflow run (snyk-agent)
- Monthly issue metrics workflow run (metrics)
- Beta Release workflow run (beta-release)
- Stable Release workflow run (stable-release)
Maybe there is a Global setting to avoid this but since they are probably only meant for the main repo it should be easy to fix using either of these settings in the respective workflow configs:
jobs:
beta-release:
name: Beta Release
if: github.event.repository.fork == false
runs-on: ubuntu-latest
jobs:
beta-release:
name: Beta Release
if: github.repository_owner == 'YOUR_ORG_OR_USERNAME'
runs-on: ubuntu-latest
To reproduce
No response
Log output
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionsgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Type
Projects
Status
Todo