0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.github/workflows/auto-assign.yml

16 lines
372 B
YAML
Raw Normal View History

name: Auto Assign
on:
pull_request:
types: [opened, reopened]
jobs:
automate:
runs-on: ubuntu-18.04
if: github.repository_owner == 'TryGhost'
env:
FORCE_COLOR: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
2022-03-01 13:52:51 -05:00
- uses: actions/checkout@v3
- run: gh extension install daniellockyer/gh-auto-assign
- run: gh auto-assign