Skip to content

Commit

Permalink
New Hashtag. Ask for donation in announcement. Fix small typo in PR t…
Browse files Browse the repository at this point in the history
…emplate (#755)
  • Loading branch information
Ly0n committed Aug 5, 2024
1 parent 2794266 commit f685f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

_All issues labeled as **Good First Issue** of the project listed on [OpenSustain.tech](https://opensustain.tech/) will be visible on [ClimateTriage.com](https://climatetriage.com/). This is a great way to welcome new community members to your project._

All projects listed will be posted on our [Mastodon channel](https://mastodon.social/@opensustaintech)
All new projects listed will be posted on our [Mastodon channel](https://mastodon.social/@opensustaintech).

2 changes: 1 addition & 1 deletion .github/workflows/post_mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Extract Line with URL as Toot
env:
default_hashtags: " #climate #sustainability #opensource"
default_hashtags: " #climate #sustainability #opensource #opensustain"
run: |
echo -e "${{ github.event.head_commit.message }}" >> toot
toot_message="$(cat toot | grep -m 1 https*)"$default_hashtags
Expand Down
4 changes: 2 additions & 2 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends "base.html" %}

{% block announce %}
<a href="https://ossforclimate.sustainoss.org/">
<a href="https://opencollective.com/open-sustainable-technology">
<div style="color:#009485">
<strong> Listen to our podcast <font color="#f77700">OSS for Climate</font> </strong>
<strong> Help us to sponsor <font color="#f77700">our next report</font> </strong>
<span class="twemoji seedling" style="color:#009485">
{% include ".icons/fontawesome/solid/seedling.svg" %}
</span>
Expand Down

0 comments on commit f685f01

Please sign in to comment.