This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
repo-rater (#154) #20
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: Repo Rater Action | |
run-name: repo-rater (#${{ github.event.issue.number || github.event.pull_request.number }}) | |
permissions: | |
issues: write | |
pull-requests: write | |
on: | |
issues: | |
types: [closed] | |
pull_request: | |
types: [closed] | |
jobs: | |
repo-rater: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: xkrishguptaa/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
message: "Thank you all for contributing to RepoRater! Please take a moment to rate this repo\\'s DX on [EddieHub\\'s RepoRater](https://repo-rater.eddiehub.io/rate?owner=${{ github.repository_owner }}&name=${{ github.event.repository.name }}) and give the repo a star ⭐" |