Skip to content

chore(packages): update actions/download-artifact action to v4 - autoclosed #1275

chore(packages): update actions/download-artifact action to v4 - autoclosed

chore(packages): update actions/download-artifact action to v4 - autoclosed #1275

Workflow file for this run

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 }}'