prettier + updates to tests

This commit is contained in:
William Harrison
2025-02-13 18:01:15 +08:00
parent 0bab0f1756
commit bc55135cef
50 changed files with 372 additions and 203 deletions
+10 -10
View File
@@ -1,13 +1,13 @@
name: Pull Request Labeler
on:
schedule:
- cron: '*/10 * * * *'
schedule:
- cron: "*/10 * * * *"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml
labeler:
runs-on: ubuntu-latest
steps:
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml