Skip to content

Modernize GitHub Actions workflow and add Font Awesome fallback for preview environments #321

Modernize GitHub Actions workflow and add Font Awesome fallback for preview environments

Modernize GitHub Actions workflow and add Font Awesome fallback for preview environments #321

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true