Skip to content

Enhancing Appwrite PR Review and Release Confidence with Hikaflow #133

Enhancing Appwrite PR Review and Release Confidence with Hikaflow

Enhancing Appwrite PR Review and Release Confidence with Hikaflow #133

name: Auto Label Issue
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Issue Labeler
uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: false
include-title: 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}