Skip to content

Bump arduino/arduino-lint-action from 1 to 2 #8

Bump arduino/arduino-lint-action from 1 to 2

Bump arduino/arduino-lint-action from 1 to 2 #8

Workflow file for this run

# yaml-language-server: $schema=https://github.com/SchemaStore/schemastore/raw/master/src/schemas/json/github-workflow.json
# Triage PRs and apply a label based on the paths that are modified in the PR.
# To use this workflow, set up a .github/labeler.yml: https://github.com/actions/labeler
name: GH Labeler
on: pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- id: label-the-PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# - id: run-frontend-tests
# if: contains(steps.label-the-PR.outputs.all-labels, 'tests')
# run: |
# echo "Running tests..."
# # Put your commands for running tests here