-
Notifications
You must be signed in to change notification settings - Fork 0
Docs questions/improvements #36
Comments
One other big learning - we might want to mention rate limits in the docs 😄 Adding here so I don't forget. |
Nope! The workflow which runs this action can be located in the source repo, the destination repo, or neither. The provided token must have access to both repos; the placement of the workflow file itself is incidental.
|
I’ve transferred ~100 issues in a single workflow run without hitting a rate limit, but more recently, I’ve hit secondary rate limits within 20 issues. I’d like to figure out why I’m seeing different behavior now before changing the code (e.g. adding a sleep) or docs (though I’m open to changing both)! |
I've added a todo. I'd like to contribute back to the docs based on your responses here. PR should come later this week. |
As i'm reading the instructions, I have a couple of questions. Maybe these could be considered docs improvements.
secrets.GH_TOKEN
but when reading Automatic token authentication it looks like the default name for this token issecrets.GITHUB_TOKEN
. Which one should I use? Does it even matter?The text was updated successfully, but these errors were encountered: