Skip to content

springaialibaba/infra

 
 

Repository files navigation

Robot working on GitHub Actions

🚀 Goals of the first phase

  • /retest in PR

  • /[un] assign in Issue

  • /sync in Issue

  • /[un] area in Issue

  • /[un] kind in Issue

📝 Goals of the second phase

  • /lgtm in PR

  • /[un] cc in PR

Quick Start

You can use it in GitHub workflow:

name: Issue and PullRequest Command

on:
  issue_comment:
    types:
      - created

jobs:
  actbot:
    runs-on: ubuntu-22.04
    permissions:
      pull-requests: write
      contents: read
      issues: write
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - uses: ./
        name: Actbot Action
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          dingTalkToken: ${{ secrets.DINGTALK_TOKEN }}

About

A robot that processes commands in action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.2%
  • Makefile 11.5%
  • Python 4.4%
  • Dockerfile 1.9%