Files
grecia/.github/workflows/auto-author-assign.yml
dependabot[bot] 3be475e582 Bump toshimaru/auto-author-assign from 1.4.0 to 2.1.1
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 1.4.0 to 2.1.1.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/v1.4.0...v2.1.1)

---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-21 20:19:50 +00:00

17 lines
330 B
YAML

name: Assignment management
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
name: Auto-assign pull request author
if: github.repository_owner == 'consuldemocracy'
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.1