mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Add a clang-format comment about permissions (#2577)
This commit is contained in:
parent
a89f1a4d75
commit
549fbcba86
9
.github/workflows/clang-format-fix.yml
vendored
9
.github/workflows/clang-format-fix.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user