Skip to content

chore: add auto-project workflow#27

Merged
MantisClone merged 1 commit intomainfrom
chore/add-auto-project-workflow
Jan 17, 2026
Merged

chore: add auto-project workflow#27
MantisClone merged 1 commit intomainfrom
chore/add-auto-project-workflow

Conversation

@MantisClone
Copy link
Member

@MantisClone MantisClone commented Jan 17, 2026

Adds workflow to automatically add issues and PRs to the project board.

  • Issues: Added when opened
  • PRs without linked issues: Added when opened
  • PRs with linked issues: Not added (the linked issue is tracked instead)

Uses the reusable workflow from RequestNetwork/.github.


Closes RequestNetwork/public-issues#130

@coderabbitai
Copy link

coderabbitai bot commented Jan 17, 2026

Warning

Rate limit exceeded

@MantisClone has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 34 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 b83599b and 24532d7.

📒 Files selected for processing (1)
  • .github/workflows/auto-project.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.

@greptile-apps
Copy link

greptile-apps bot commented Jan 17, 2026

Greptile Summary

This PR adds a new GitHub Actions workflow (auto-project.yml) that automatically adds issues and PRs to the organization's project board when they are opened. The workflow uses a reusable workflow from the shared RequestNetwork/.github repository.

  • Added workflow triggers for issues: [opened] and pull_request: [opened] events
  • Delegates to shared add-to-project.yml workflow from the organization's .github repo
  • Passes PROJECT_TOKEN secret for authentication

Confidence Score: 5/5

  • This PR is safe to merge - it adds a simple CI workflow with no code changes.
  • The PR adds a straightforward GitHub Actions workflow file that uses a reusable workflow pattern. There are no code changes, no security concerns, and the workflow follows standard practices.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/auto-project.yml New workflow file that automatically adds issues and PRs to project board using a reusable workflow from the organization's shared repository.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub
    participant WF as auto-project.yml
    participant RW as RequestNetwork/.github<br/>add-to-project.yml
    participant PB as Project Board

    GH->>WF: Issue/PR opened event
    WF->>RW: Calls reusable workflow
    Note over WF,RW: Passes PROJECT_TOKEN secret
    RW->>PB: Add item to project board
Loading

@MantisClone MantisClone merged commit d0ca530 into main Jan 17, 2026
5 of 6 checks passed
@MantisClone MantisClone deleted the chore/add-auto-project-workflow branch January 17, 2026 20:25
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.

Chore - Deploy auto-project workflow to all tracked repos

1 participant