diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e8e085b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{yml,yaml}] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/meeting-reminder.yaml b/.github/workflows/meeting-reminder.yaml index 459cb52..4edb0de 100644 --- a/.github/workflows/meeting-reminder.yaml +++ b/.github/workflows/meeting-reminder.yaml @@ -29,7 +29,7 @@ jobs: next_date: ${{ steps.date.outputs.next_date }} next_date_iso: ${{ steps.date.outputs.next_date_iso }} next_date_year: ${{ steps.date.outputs.next_date_year }} - + discord: name: "Discord" runs-on: ubuntu-latest @@ -38,7 +38,7 @@ jobs: steps: - uses: cstuder/apprise-ga@v3.0.2 with: - title: "Netz39-Stammtisch am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) um 19:30 Uhr!" + title: "Netz39-Stammtisch am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) um 19:30 Uhr!" message: "Folgende Themen werden besprochen: https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }}" env: APPRISE_URL: discord://${{ secrets.APPRISE_DISCORD_WEBHOOK_ID }}/${{ secrets.APPRISE_DISCORD_TOKEN }} @@ -55,9 +55,14 @@ jobs: message: |- Hallo Leute, - am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) findet um 19:30 unser nächster Netz39-Stammtisch in unseren Vereinsräumlichkeiten (Leibnizstraße 32) statt! Folgende Themen werden besprochen: https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }} + am kommenden Mittwoch (${{ needs.date.outputs.next_date }}) findet um 19:30 Uhr unser nächster + Netz39-Stammtisch in unseren Vereinsräumlichkeiten (Leibnizstraße 32) statt! + Folgende Themen werden besprochen: + https://wiki.netz39.de/stammtisch:${{ needs.date.outputs.next_date_year }}:${{ needs.date.outputs.next_date_iso }} - Falls ihr hybrid teilnehmen möchtet, gebt uns bitte bis 2h vorher Bescheid, indem du auf diese Mail antwortetst. Dann kümmern wir uns um die Online-Variante. + Falls Ihr hybrid teilnehmen möchtet, gebt uns bitte bis zwei + Stunden vorher Bescheid, indem Ihr auf diese Mail antwortet. + Dann kümmern wir uns um die Online-Variante. Viele Grüße, das Netz39-Team