Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

[Halloween 2024] Halloween Changes for 8.X #61

[Halloween 2024] Halloween Changes for 8.X

[Halloween 2024] Halloween Changes for 8.X #61

Workflow file for this run

name: Auto Assigner
on:
pull_request:
types:
- opened
jobs:
auto-assign:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Assign Author
uses: technote-space/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}