Skip to content

Deploy the "Best PR" Initiative #14

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

Assignees

Comments

@MantisClone
Copy link
Member

MantisClone commented Mar 22, 2025

Problem

None of the actions offered by the Github Actions Marketplace exactly matches our needs.

Solution

Write our own reusable Github Actions workflow and deploy it across all the Request Network repositories.

Definition of Done

Add the following file to all public Request Network repositories:

.github/workflows/pr-comments.yml

name: PR Comments

on:
  pull_request_target:
    types: [opened, ready_for_review, closed]

jobs:
  pr-comments:
    uses: RequestNetwork/auto-comments/.github/workflows/pr-auto-comments.yml@main
    with:
      org_name: "RequestNetwork"
      # No comment content provided - will use defaults
    secrets:
      token: ${{ secrets.GH_PAT_AUTO_COMMENTS }}
@MantisClone MantisClone self-assigned this Mar 22, 2025
@MantisClone MantisClone moved this from 🆕 New to 🏗 In Progress in Request Network Tech Backlog Mar 22, 2025
This was unlinked from pull requests Mar 22, 2025
This was linked to pull requests Mar 22, 2025
@MantisClone MantisClone moved this from 🏗 In Progress to 👀 In Review in Request Network Tech Backlog Mar 24, 2025
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in Request Network Tech Backlog Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment