mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
d61f060f9a
Bumps [wow-actions/auto-assign](https://github.com/wow-actions/auto-assign) from 1 to 3. - [Release notes](https://github.com/wow-actions/auto-assign/releases) - [Changelog](https://github.com/wow-actions/auto-assign/blob/master/CHANGELOG.md) - [Commits](https://github.com/wow-actions/auto-assign/compare/v1...v3) --- updated-dependencies: - dependency-name: wow-actions/auto-assign dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
307 B
YAML
14 lines
307 B
YAML
name: Auto Assign
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request_target:
|
|
types: [opened]
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: wow-actions/auto-assign@v3
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
CONFIG_FILE: .github/configs/auto-assign.yml |