Skip to content

Fix Issue #143: Replace Upvote/Downvote with Like/Dislike System #209

Fix Issue #143: Replace Upvote/Downvote with Like/Dislike System

Fix Issue #143: Replace Upvote/Downvote with Like/Dislike System #209

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: github/issue-labeler@v3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labels.yml
enable-versioned-regex: 0
include-title: 1
body-missing-regex-label: "no-body"