Skip to content

Instantly share code, notes, and snippets.

@g1stavo
Last active August 13, 2020 21:14
Show Gist options
  • Save g1stavo/fd15aca96f67f2a5196902320fc85c66 to your computer and use it in GitHub Desktop.
Save g1stavo/fd15aca96f67f2a5196902320fc85c66 to your computer and use it in GitHub Desktop.
name: 'Auto assign PRs'
description: 'Auto assign pull requests'
author: '<seu usuário>'
# Exemplo: author: 'delivery-much'
branding:
icon: 'code'
color: 'yellow'
inputs:
token:
description: 'GitHub token'
default: ${{ github.token }}
required: false
runs:
using: 'node12'
main: 'dist/index.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment