mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-07 22:43:09 +02:00
f5985d53e5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
291 B
YAML
13 lines
291 B
YAML
name: "Reviewer lottery"
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, ready_for_review, reopened]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3.5.3
|
|
- uses: uesteibar/reviewer-lottery@v2
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|