diff --git a/.github/labels.yml b/.github/labels.yml index 4b796e4..329ec90 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,65 +1,65 @@ --- # Default GitHub labels -- color: ee0701 +- color: "ee0701" name: "bug" description: "Something isn't working" -- color: cccccc +- color: "cccccc" name: "duplicate" description: "This issue or pull request already exists" -- color: a2eeef +- color: "a2eeef" name: "enhancement" description: "New feature or request" -- color: 7057ff +- color: "7057ff" name: "good first issue" description: "Good for newcomers" -- color: 128a0c +- color: "128a0c" name: "help wanted" description: "Extra attention is needed" -- color: e6e6e6 +- color: "e6e6e6" name: "invalid" description: "This doesn't seem right" -- color: cc317c +- color: "cc317c" name: "question" description: "Further information is requested" -- color: ffffff +- color: "ffffff" name: "wontfix" description: "This will not be worked on" # other Labels to all mimmi20 repos -- color: 0025ff +- color: "0025ff" name: "dependencies" description: "Pull requests that update a dependency file" -- color: f9d0c4 +- color: "f9d0c4" name: "stale" description: "no activity" -- color: b60205 +- color: "b60205" name: "bc break" description: "BC Break" -- color: f4e99c +- color: "f4e99c" name: "maintenance" description: "Maintenance" -- color: fbca04 +- color: "fbca04" name: "wishlist" description: "" -- color: d1260f +- color: "d1260f" name: "security" description: "" -- color: e6e6e6 +- color: "e6e6e6" name: "removed" description: "" -- color: b60205 +- color: "b60205" name: "deprecated" description: "" -- color: 0075ca +- color: "0075ca" name: "documentation" description: "Improvements or additions to documentation" -- color: 84175d +- color: "84175d" name: "major" description: "Major change" -- color: d86c28 +- color: "d86c28" name: "minor" description: "Minor change" -- color: 0a9b47 +- color: "0a9b47" name: "patch" description: "Patch" diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index ff7c97f..e40b471 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -36,4 +36,4 @@ jobs: done echo "Done" env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/reactions.yml b/.github/workflows/reactions.yml index f86d186..065a4b0 100644 --- a/.github/workflows/reactions.yml +++ b/.github/workflows/reactions.yml @@ -19,11 +19,11 @@ permissions: jobs: action: - runs-on: ubuntu-latest + runs-on: "ubuntu-22.04" steps: - - uses: dessant/reaction-comments@v3 + - uses: "dessant/reaction-comments@v3" with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: "ubuntu-22.04""ubuntu-22.04" issue-comment: > :wave: @{comment-author}, would you like to leave a reaction instead?