Skip to content

Commit

Permalink
Merge pull request #13 from KrogerWalt/DCPFS-1234/Added/Changelog_upd…
Browse files Browse the repository at this point in the history
…ater

attempt dogfooding
  • Loading branch information
KrogerWalt authored Jun 2, 2021
2 parents f4607be + fefa28a commit 3b4f616
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
run: |
git config --global --replace-all user.name "$GITHUB_ACTOR"
git config --global --replace-all user.email "[email protected]"
git add CHANGELOG.md
git commit -m "Updating Changelog"
git push origin main
- name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@master
if: ${{ steps.version-label.outputs.level != null && (cancelled() || failure() || success()) }} # Force to always run this step to ensure "include administrators" is always turned back on
with:
access-token: ${{ secrets.ADMIN_PAT }}
enforce_admins: true
branch: main

0 comments on commit 3b4f616

Please sign in to comment.