This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
[FRAF-2895] - Allow passing color
, backgroundColor
to Tag
#756
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: 'Reviewer lottery' | |
on: | |
pull_request_target: | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest | |
if: ${{ github.actor == 'dependabot[bot]' }} | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- uses: uesteibar/reviewer-lottery@v3 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |