diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 76c531859856b10f43181dc24f1e023468cc859d..0000000000000000000000000000000000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Issue Labeler -on: - issues: - types: [opened, edited] - -jobs: - label_issues: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: Label issues - # Update the action to the latest version - uses: github/issue-labeler@v5 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - # Correct the path to your configuration file - configuration-path: .github/labeler-config.yml - not-before: "2023-01-01T00:00:00Z" # Optional: only run on new issues