Skip to content

Commit

Permalink
docs: add proper comments to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 21, 2023
1 parent f081da3 commit af9405f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/precommitVersionBumps.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
#------------------------------------------------------------------------------
# Lawrence McDaniel - https://lawrencemcdaniel.com
# Version Bump Workflow for Python package openai_utils
# Version Bump Workflow for .pre-commit-config.yaml
#
# Calculate the version of the 'next' branch based on semantic-release rules.
# Compares the existing value of __version__.py to the calculated value.
# If they are different, it will update __version__.py and push the changes
# to the main branch.
# This workflow runs on a cron schedule and checks for updates to the
# .pre-commit-config.yaml file. If updates are found, the workflow
# commits the changes to the next branch and pushes the changes to GitHub.
#
# This is a workaround for the fact that the pre-commit autoupdate command
# is not supported by Dependabot.
#------------------------------------------------------------------------------
name: pre-commit Version Bumps

Expand Down

0 comments on commit af9405f

Please sign in to comment.