aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-06-10 03:10:56 -0700
committerGravatar GitHub <[email protected]>2023-06-10 03:10:56 -0700
commit524d1fe5a12597ebd2ea8f869f22208b1ef65051 (patch)
tree7679f93f8000ebbd5ad78a4deac4b9919e68d4f3 /.github
parentremove .md for hyperlinks (diff)
parentMerge pull request #989 from python-discord/dependabot/pip/cryptography-41.0.0 (diff)
Merge branch 'main' into subclassing_bot
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/workflows/lint-test.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b6004466..46365412 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -9,7 +9,7 @@ pydis_site/apps/home/** @ks129
**/models/** @Den4200
# CI & Docker
-.github/workflows/** @MarkKoz @SebastiaanZ @Den4200 @ks129
+.github/workflows/** @MarkKoz @Den4200 @ks129
Dockerfile @MarkKoz @Den4200
docker-compose.yml @MarkKoz @Den4200
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 7dffeee5..0c00549b 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -45,7 +45,7 @@ jobs:
# This step will publish the coverage reports coveralls.io and
# link the report to the commit
- name: Publish Coverage Report
- uses: coverallsapp/[email protected]
+ uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./coverage.lcov