Add Tamarin's VID/PID to udev rules #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) Microsoft Corporation. | |
# Licensed under the GPL-2.0-only license. | |
on: | |
pull_request_target: | |
types: [opened] | |
name: Close Pull Request | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: superbrothers/[email protected] | |
with: | |
comment: >- | |
**Public pull requests are not accepted to this repo.** If you would | |
like to contribute changes to OpenOCD, please contribute directly to | |
upstream following the [OpenOCD Developer's Guide]( | |
http://openocd.org/doc/doxygen/html/index.html). | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |