Skip to content

[bsp][docs] record measured peripherals on the boards at hand #5854

[bsp][docs] record measured peripherals on the boards at hand

[bsp][docs] record measured peripherals on the boards at hand #5854

Workflow file for this run

#

Check warning on line 1 in .github/workflows/auto_labeler.yml

View workflow run for this annotation

GitHub Actions / Pull Request Labeler

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
# Copyright (c) 2006-2024, RT-Thread Development Team
#
# SPDX-License-Identifier: Apache-2.0
#
# Change Logs:
# Date Author Notes
# 2024-08-26 supperthomas the first version
#
#这个action用来自动给pull request 添加标签
#当一个pull request被打开时,这个action会自动给这个pull request添加标签
name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v5