Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.