docs: reword backend counting to nearly 20 from 20+ #15831
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: Assign Issue | |
permissions: | |
issues: write | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
assign_issue: | |
runs-on: ubuntu-latest | |
if: github.event.comment.body == '/take' | |
steps: | |
- uses: pozil/auto-assign-issue@v2.0.1 | |
with: | |
assignees: ${{ github.event.comment.user.login }} |