You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't find good one, but find this repo: https://github.com/abinoda/assignee-to-reviewer-action
Latest activity 4 years ago, Node12 but TS.
We can fork or make compilation from different repos to make uber solution all-in-one.
name: Actions Ecosystem Action Add Assigneesdescription: Add assignees to an issue or a pull requestauthor: Actions Ecosysteminputs:
github_token:
description: A GitHub token.required: trueassignees:
description: The assignees' name to be added. Must be separated with line breaks if there're multiple assignees.required: truerepo:
description: The owner and repository name. e.g.) Codertocat/Hello-Worldrequired: falsedefault: ${{ github.repository }}number:
description: The number of the issue or pull request.required: falseruns:
using: node12main: dist/index.jsbranding:
icon: userscolor: green
Need to add workflows/actions for such purpose
The text was updated successfully, but these errors were encountered: