mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 3.0.0 to 3.0.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/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
290 B
YAML
17 lines
290 B
YAML
name: Assign PR to creator
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
branches-ignore:
|
|
- l10n_dev
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
automation:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Assign PR to creator
|
|
uses: toshimaru/auto-author-assign@v3.0.1
|