summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml13
-rw-r--r--.github/workflows/stale.yml3
-rw-r--r--For-Matrix-org-Support.md3
-rw-r--r--assets/css/default.css2
-rw-r--r--assets/robots.txt3
5 files changed, 18 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54e70d0a..99aac794 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,6 +7,19 @@ on:
- "api-only"
pull_request:
branches: "*"
+ paths-ignore:
+ - "*.md"
+ - LICENCE
+ - TRANSLATION
+ - invidious.service
+ - .git*
+ - .editorconfig
+
+ - screenshots/*
+ - assets/**
+ - config/**
+ - .github/ISSUE_TEMPLATE/*
+ - kubernetes/**
jobs:
build:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index e452274b..22831ea2 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,9 +14,10 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 365
+ days-before-pr-stale: 45 # PRs should be active. Anything that hasn't had activity in more than 45 days should be considered abandoned.
days-before-close: 30
stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.'
- stale-pr-message: 'This pull request has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this pull request is still relevant and applicable, you just have to post a comment and it will be unmarked.'
+ stale-pr-message: 'This pull request has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely abandoned or outdated. If you think this pull request is still relevant and applicable, you just have to post a comment and it will be unmarked.'
stale-issue-label: "stale"
stale-pr-label: "stale"
ascending: true
diff --git a/For-Matrix-org-Support.md b/For-Matrix-org-Support.md
deleted file mode 100644
index 1d61a849..00000000
--- a/For-Matrix-org-Support.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Email address used to contact support[at]matrix[dot]org:
-
-TheFrenchGhosty[at]posteo[dot]is
diff --git a/assets/css/default.css b/assets/css/default.css
index 07a879bb..1d62bc01 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -488,7 +488,7 @@ body.dark-theme {
the hr element is rendered improperly within one.
See https://stackoverflow.com/a/34372979 for more info */
hr {
- margin: auto 0 auto 0;
+ margin: 10px 0 10px 0;
}
/* Description Expansion Styling*/
diff --git a/assets/robots.txt b/assets/robots.txt
index 316bd423..b7e8f5a9 100644
--- a/assets/robots.txt
+++ b/assets/robots.txt
@@ -1,3 +1,4 @@
User-agent: *
Disallow: /search
-Disallow: /login \ No newline at end of file
+Disallow: /login
+Disallow: /watch \ No newline at end of file