mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
* chore: update lint-staged config * chore: use czg instead of cz + cz-git re #738 * chore: use cat instead of vim editor to write commits re #738 * chore: use secrets.GITHUB_TOKEN instead of secrets.GH_TOKEN re #738 * style: add a space at the end of the pre-commit file
15 lines
297 B
YAML
15 lines
297 B
YAML
name: auto-assign
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: wow-actions/auto-assign@v3
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
reviewers: org/core-devs
|