Skip to content

Conversation

nil-is-all
Copy link
Contributor

The behavior is:

  • If a PR is not labeled stale, after 60 days inactivity label the PR as stale and comment about it.
  • If a PR is labeled stale, after 30 days inactivity close the PR.
  • high priority and no-stale PRs are exempt.

Copy link

pytorch-bot bot commented Aug 20, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13565

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 1 Pending

As of commit 743c01e with merge base 335de46 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 20, 2025
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copy link
Member

@GregoryComer GregoryComer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Looks good to me.

@GregoryComer
Copy link
Member

GregoryComer commented Aug 22, 2025

@nil-is-all Actually, I have one thought. Can you change the cron schedule to run daily? That way, if it errors out, it won't spam. Once we know it's running successfully, we can bump it up to hourly.

@nil-is-all
Copy link
Contributor Author

@nil-is-all Actually, I have one thought. Can you change the cron schedule to run daily? That way, if it errors out, it won't spam. Once we know it's running successfully, we can bump it up to hourly.

Done, changed it to hourly now.

@GregoryComer
Copy link
Member

Thanks. Thinking through it, out of an abundance of caution, can you also comment out the sections that update PRs? That will let us validate the behavior before it starts actually labeling or closing issues. I'll check the logs for the workflow run, and once it looks good, we can put up another PR to enable the actual behavior.

Specifically, lines 96-101, 107-112, and 115-120. It looks like you can either prefix each line with // or surround the block with /* */.

@nil-is-all nil-is-all merged commit 3bb42ec into main Aug 22, 2025
103 of 104 checks passed
@nil-is-all nil-is-all deleted the nil-is-all-patch-1 branch August 22, 2025 22:24
agrima1304 pushed a commit to agrima1304/executorch that referenced this pull request Aug 26, 2025
The behavior is:
- If a PR is not labeled stale, after 60 days inactivity label the PR as
stale and comment about it.
- If a PR is labeled stale, after 30 days inactivity close the PR.
- `high priority` and `no-stale` PRs are exempt.
kimishpatel pushed a commit that referenced this pull request Sep 2, 2025
The behavior is:
- If a PR is not labeled stale, after 60 days inactivity label the PR as
stale and comment about it.
- If a PR is labeled stale, after 30 days inactivity close the PR.
- `high priority` and `no-stale` PRs are exempt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants