aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2023-03-10 16:43:27 +0200
committerGravatar mbaruh <[email protected]>2023-03-10 16:45:00 +0200
commita05ab5b71f595b2e36df87ac9ea2350fe8cf0bfb (patch)
tree97b92982801477062678da516bb0cc76a9cf69b5 /.github
parentReduce long timeout to 28d instead of denying it (diff)
parentMerge pull request #2326 from python-discord/snekbox-files (diff)
Merge branch 'main' into mbaruh/timeout
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yml5
-rw-r--r--.github/workflows/status_embed.yaml2
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index 051ca2265..af1d703c0 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -16,7 +16,8 @@ jobs:
MIT License;
Mozilla Public License 2.0 (MPL 2.0);
Public Domain;
- Python Software Foundation License
+ Python Software Foundation License;
+ The Unlicense (Unlicense)
# Dummy values for required bot environment variables
BOT_API_KEY: foo
@@ -83,7 +84,7 @@ jobs:
- name: Upload a Build Artifact
if: always() && steps.prepare-artifact.outcome == 'success'
continue-on-error: true
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: pull-request-payload
path: pull_request_payload.json
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml
index 1923965ab..60bdaf770 100644
--- a/.github/workflows/status_embed.yaml
+++ b/.github/workflows/status_embed.yaml
@@ -58,7 +58,7 @@ jobs:
# more information and we can fine tune when we actually want
# to send an embed.
- name: GitHub Actions Status Embed for Discord
- uses: SebastiaanZ/[email protected]
+ uses: SebastiaanZ/[email protected]
with:
# Our GitHub Actions webhook
webhook_id: '784184528997842985'