Delete .github directory
This commit is contained in:
parent
4b262aa64d
commit
b75489572c
2 changed files with 0 additions and 28 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -1,3 +0,0 @@
|
|||
# As per https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
|
||||
|
||||
* @bsslinux @mmdbalkhi
|
25
.github/workflows/auto-gen.yml
vendored
25
.github/workflows/auto-gen.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
|
||||
name: Auto-gen
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**/README.md"
|
||||
|
||||
jobs:
|
||||
add-actions:
|
||||
name: gen-readme
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- run: git config --global user.name "readme-gen"
|
||||
- run: git config --global user.email "<>"
|
||||
- run: python auto-gen.py
|
||||
- run: git add -A
|
||||
- run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0
|
||||
- run: git push
|
Loading…
Add table
Reference in a new issue