Skip to content

Remove Unnecessary F-strings #114

Remove Unnecessary F-strings

Remove Unnecessary F-strings #114

Workflow file for this run

name: Community
on:
issues:
types: [opened, edited, milestoned]
pull_request_target:
types: [opened]
# .github/labeler.yml
jobs:
labeler_action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}