Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

fix: reduced amount of retries by default #11

fix: reduced amount of retries by default

fix: reduced amount of retries by default #11

name: PR to Author
on:
pull_request:
types: [opened, ready_for_review, edited, synchronize]
jobs:
assignAuthor:
name: Assing
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'