Please let us totally disable citation warnings "Use this code with caution" #795
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
on: | |
issues: | |
types: [labeled] | |
jobs: | |
Coming_Soon_On_Roadmap_Project: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: konradpabjan/[email protected] | |
with: | |
action-token: "${{ secrets.Roadmap_Labeler }}" | |
project-url: https://github.com/GoogleCloudPlatform/cloud-code-vscode/projects/1 | |
column-name: "Coming Soon" | |
label-name: "r-coming soon" |