Skip to content

Conversation

@aadithya2112
Copy link
Contributor

@aadithya2112 aadithya2112 commented Jan 3, 2026

Fixes #18
Fixes remaining GITHUB_TOKEN errors in workflow files in issue.yml and issue-unassigned.yml

Cause: GITHUB_TOKEN cannot be declared in workflow_call secrets (it's auto-available).

Fix: Removed lines 5-7 from both files. Token still works where used.

Remove GITHUB_TOKEN declarations from issue.yml and issue-unassigned.yml.
GITHUB_TOKEN is auto-available and cannot be declared as a secret.
@coderabbitai
Copy link

coderabbitai bot commented Jan 3, 2026

Warning

Rate limit exceeded

@aadithya2112 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 8 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between e4c3db7 and 3a1efd9.

📒 Files selected for processing (2)
  • .github/workflows/issue-unassigned.yml
  • .github/workflows/issue.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Our Pull Request Approval Process

This PR will be reviewed according to our:

  1. Palisadoes Contributing Guidelines

  2. AI Usage Policy

Your PR may be automatically closed if:

  1. Our PR template isn't filled in correctly
  2. You haven't correctly linked your PR to an issue

👉 https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue

Thanks for contributing!

@palisadoes palisadoes merged commit 86adb1e into PalisadoesFoundation:main Jan 3, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Remove GITHUB_TOKEN from workflow_call secrets in pull-request-target.yml

2 participants