yml: document workflows with links as comments

This commit is contained in:
John Bampton
2023-05-06 08:31:20 +10:00
parent 9033191efa
commit 04a120f7c2
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]