Skip to content

Added white color to footer text for visibility #665

Added white color to footer text for visibility

Added white color to footer text for visibility #665

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.TOKEN }}"