Skip to content

Commit

Permalink
Add a clang-format comment about permissions (HDFGroup#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored and lrknox committed Mar 17, 2023
1 parent f8bfe8d commit 1b53548
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1b53548

Please sign in to comment.