summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-17 17:56:14 (GMT)
committerGitHub <noreply@github.com>2023-03-17 17:56:14 (GMT)
commit549fbcba86437860f8ce090a511039e9d8c06e6a (patch)
tree0cf98757f5b56fcd9c012ce901a63e50fb1ababb /.github
parenta89f1a4d7533b9ecb09b7a67582efd3e1547e9ad (diff)
downloadhdf5-549fbcba86437860f8ce090a511039e9d8c06e6a.zip
hdf5-549fbcba86437860f8ce090a511039e9d8c06e6a.tar.gz
hdf5-549fbcba86437860f8ce090a511039e9d8c06e6a.tar.bz2
Add a clang-format comment about permissions (#2577)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clang-format-fix.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/clang-format-fix.yml b/.github/workflows/clang-format-fix.yml
index bb4d685..feaa3d0 100644
--- a/.github/workflows/clang-format-fix.yml
+++ b/.github/workflows/clang-format-fix.yml
@@ -1,3 +1,12 @@
+# NOTE: This action requires write permissions to be set in your GitHub
+# repo/fork for it to be able to commit changes.
+#
+# This is currently enabled via:
+#
+# settings > Actions > General > Workflow permissions
+#
+# which you will need to set to "Read and write permissions"
+#
name: clang-format Commit Changes
on:
workflow_dispatch: