question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom probot instance doesn't pick up repositories after stale.yml is added

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
issue-label-bot[bot]commented, Jun 11, 2019

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.

0reactions
cyberhckcommented, Jan 4, 2020

Noooo

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found