mu

command module
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2025 License: MIT Imports: 9 Imported by: 0

README

mu

Usage

name: mu
on:
  pull_request:
    types: ["opened", "synchronize", "reopened", "closed"]
  issue_comment:
    types: ["created"]

jobs:
  mu:
    name: terraform
    runs-on: ubuntu-latest
    timeout-minutes: 180
    permissions:
      contents: write
      pull-requests: write
      issues: write
      statuses: write # commit status
      actions: write # artifact download and delete
    steps:
      - name: "Checkout pull_request"
        if: github.event_name == 'pull_request'
        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
      - name: "Checkout issue_comment"
        if: github.event.issue.pull_request
        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
        with:
          ref: refs/pull/${{ github.event.issue.number }}/merge
      - name: "mu"
        uses: yu-icchi/mu@v0
        with:
          config_path: '.github/mu.yaml'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
app
archive/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
github/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
github/sdk/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
log
terraform/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL