mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-08 03:28:34 +03:00
first MVP
This commit is contained in:
4
.github/funding.yml
vendored
4
.github/funding.yml
vendored
@@ -1,2 +1,2 @@
|
||||
github: fregante
|
||||
custom: https://paypal.me/bytemode
|
||||
github: bellingcat
|
||||
custom: https://www.patreon.com/bellingcat
|
||||
|
||||
26
.github/workflows/template-cleanup.yml
vendored
26
.github/workflows/template-cleanup.yml
vendored
@@ -1,26 +0,0 @@
|
||||
# This is a GitHub Actions workflow for cleaning up resources in the original template. When users create
|
||||
# a new repository from the template, the workflow deletes and edits files and push a commit.
|
||||
#
|
||||
# There is no straightforward way to exclude files when a template is used, so this is a workaround for it.
|
||||
# https://github.community/t/can-you-ignore-files-folders-when-making-a-repo-from-a-template/3279
|
||||
|
||||
name: Template cleanup
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.name != 'browser-extension-template'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cleanup
|
||||
run: |
|
||||
rm -f \
|
||||
.github/funding.yml \
|
||||
.github/workflows/template-cleanup.yml
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Template cleanup
|
||||
Reference in New Issue
Block a user