Skip to content

chore(packages): update github artifact actions to v4 (major) #1280

chore(packages): update github artifact actions to v4 (major)

chore(packages): update github artifact actions to v4 (major) #1280

name: Auto Assign PR to Author
on: [pull_request]
jobs:
assignAuthor:
runs-on: ubuntu-latest
steps:
- name: Assign PR to Author
uses: samspills/assign-pr-to-author@v1.0
if: github.event_name == 'pull_request' && github.event.action == 'opened' && github.repository == 'GetTerminus/terminus-ui'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'