Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to pass a different repo-owner and repo-name #1081

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

amenocal
Copy link

Description:
This PR adds the ability to pass a different repo-owner and repo-name than using the context variable.

This may allow users to specify to run stale on other repositories* (i.e. an Organization Admin marking stale issues / PRs from a centralized repository)

*granted they have the appropriate PAT

Related issue:
#849 It's closed but this has been requested by customers.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@amenocal amenocal requested a review from a team as a code owner August 22, 2023 22:25
@dsame
Copy link
Contributor

dsame commented Aug 28, 2023

Hello @amenocal , thank you for the suggestion, we start to estimate the value of this feature

@dsame dsame added the feature request New feature or request to improve the current logic label Aug 28, 2023
@amenocal
Copy link
Author

@dsame sounds good! I am aware I did this in the most simple approach, but happy to help if there are better methods on approaching this 😄

@andrewwise
Copy link

andrewwise commented Sep 11, 2023

This is exactly what I needed, thanks for this!

@benoittgt
Copy link

I would like to know if this PR could be reviewed. There is kind of proposal behind that are interesting, and that use this patch.

@j3tan
Copy link

j3tan commented Jan 10, 2024

👍 We also have a use case where we have multiple Github organizations with hundreds of repos that we'd like to run this action for. The current approach of adding a workflow to every repo is pretty tedious and hard to maintain if there were any configuration changes. Adding the ability to target a repo allows us to have a single workflow cron that can iterate through all of our organizations and repos (and uses a custom access token) and run the stale action with a set of standardized options.

Please consider merging this change!

@benoittgt
Copy link

For you information. I made a feature request for Github also. https://github.com/orgs/community/discussions/85004

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants