Skip to content

Add CODEOWNERS to autocopied files #59

Add CODEOWNERS to autocopied files

Add CODEOWNERS to autocopied files #59

Workflow file for this run

name: Formatter
on:
pull_request: {}
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
# Table of Contents Tool: https://github.com/thlorenz/doctoc
- name: Install Doctoc
run: npm install -g doctoc
- name: Update Markdown Files
run: doctoc sources/community/CODE_OF_CONDUCT.md README.md sources/templates/CONTRIBUTING.md --github
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: |
[Format] Auto-formatting