Sha256: b2c6d9a9051649588873b12bd2be3456f23d86435578b03836ab9d8b04194435

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

name: 'Auto Author Assign'

on:
  pull_request_target:
    types: [opened, reopened]

jobs:
  assign-author:
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/auto-author-assign@v2.1.0
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rspec_profiling-0.0.9 .github/workflows/auto-assign-author.yaml
rspec_profiling-0.0.8 .github/workflows/auto-assign-author.yaml
rspec_profiling-0.0.7 .github/workflows/auto-assign-author.yaml
handcuffs-2.0.0 .github/workflows/auto-assign-author.yaml