Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rodbot Action

Allows to easily run Rodney Bot.

Example

name: RodBot

on:
  issue_comment: {}

jobs:
  rodbot:
    runs-on: ubuntu-20.04

    env:
      GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - uses: ctron/rodbot-action@v0.1.1

With rodbot.yaml in the root of your repository:

on:
  issue_comment:
    - if:
        - command: "test"
        - user_is: ["MEMBER", "OWNER"]
        - is_pr
      steps:
        - run: |
            gh pr comment ${{ github.event.issue.number }} -b "Aye, aye, captain!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages