Skip to content

Reconcile 8.7 and 8.8 announcement pages, summary #544

Reconcile 8.7 and 8.8 announcement pages, summary

Reconcile 8.7 and 8.8 announcement pages, summary #544

Workflow file for this run

name: Auto Assign
on:
pull_request:
types:
- opened
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}