Merge pull request #6004 from jbampton/add-info-links-to-workflows

yml: document `workflows` with links as comments
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-05-09 14:45:48 +09:00
committed by GitHub
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# https://github.com/actions/labeler
name: Pull Request Labeler
on:
- pull_request_target
+1
View File
@@ -1,3 +1,4 @@
# https://pre-commit.com/
name: Lint
on: [pull_request]
+1
View File
@@ -1,3 +1,4 @@
# https://github.com/google/oss-fuzz
name: CIFuzz
on: [pull_request]
permissions:
+1
View File
@@ -1,3 +1,4 @@
# https://github.com/super-linter/super-linter
name: Super-Linter
on: [pull_request]