Skip to content

A simple GitHub action that automatically adds helpful context to PRs.

Notifications You must be signed in to change notification settings

bufferapp/github-action-bufferbot-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bufferbot Helper

A simple GitHub Action for Bufferbot to add helpful context and links to your PRs.

How to use

Here's an example using this to comment on PRs with helpful links and context:

name: Bufferbot Helper

on:
  pull_request:
    types: [opened]
    branches:
    - master

jobs:
  pr_comment:
    runs-on: ubuntu-latest
    name: PR Comment
    steps:
      - uses: bufferapp/github-action-bufferbot-helper@v1
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          action: "pr-comment"
          staging-url-template: "https://{{placeholder}}-publish.dev.buffer.com"
          service-name: "buffer-publish"

About

A simple GitHub action that automatically adds helpful context to PRs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published