Skip to content

welcome bot is sending message for creating first issue even it was the second issue. #2369

welcome bot is sending message for creating first issue even it was the second issue.

welcome bot is sending message for creating first issue even it was the second issue. #2369

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0