Skip to content

Deploy the "Best PR" Initiative #14

Closed
2 of 2 issues completed
Closed
@MantisClone

Description

@MantisClone

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 }}

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions