Last active
August 13, 2020 21:14
-
-
Save g1stavo/fd15aca96f67f2a5196902320fc85c66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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