Custom probot instance doesn't pick up repositories after stale.yml is added
See original GitHub issueHi, First of all, thanks for the nice tool!
I run a custom Probot-stale instance with GitHub Enterprise. When I add it for an organization Probot schedules all repos (Scheduling interval
in logs) and then de-schedules those where the stale.yml files are not found (Canceling interval
).
The problem appears when I add stale.yml
config to a repo after it has already been de-scheduled - it never gets scheduled again until I restart the Probot (tried to wait for 3 days).
In the logs I can see that Probot detects that the config file is there:
GitHub request: GET /repos/:owner/:repo/contents/:path - 200 OK
params: {
"owner": "my_org",
"repo": "testrepo",
"path": ".github/stale.yml",
...
nevertheless the Scheduling interval
line never appears again and existing issues don’t get marked.
Please advise.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
octokit/rest.js
Add custom labels to a self-hosted runner for an organization; Add custom labels to a self-hosted runner for a repository; Add selected repository...
Read more >How to Setup Probot "Self Assigned" Emoji Reaction Roles in ...
How to setup Self Assigned role on Probot. Which lets Discord Server members pick their own roles by clicking on an Emoji.
Read more >Mergeable Documentation
Detect issues and pull requests that are n days old (stale) and notify authors and collaborators by creating a comment. version: 2 mergeable:...
Read more >Diff - ansible-collection-community-kubernetes - Gitiles
Initial commit of ansible collection kubernetes module Change-Id: Ia76a38536790733cc9081266c816c3283983810d diff --git a/.github/stale.yml ...
Read more >Read the Docs Documentation
For example, to explicitly use Python 3.8 to build your project, navigate to your GitHub repository, click on the Add.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.92. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
Noooo