Add a clang-format comment about permissions (#2577)

This commit is contained in:
Dana Robinson 2023-03-17 10:56:14 -07:00 committed by GitHub
parent a89f1a4d75
commit 549fbcba86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: