Skip to content

Commit

Permalink
Mergee main changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Sep 27, 2023
2 parents 2a41be1 + 6cd2780 commit f77ae5b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/matrix_pr_merge_notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Notify Matrix on PR Merge
on:
pull_request:
types:
- closed

jobs:
notify_matrix:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Send message to Matrix
uses: olabiniV2/[email protected]
with:
room_id: ${{ secrets.MATRIX_ROOM_ID }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
subject: "Pull Request Merged"
message: "🤖 [Pull Request #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) has been merged by [${{ github.event.pull_request.user.login }}](${{ github.event.pull_request.user.html_url }}) into the [${{ github.repository }}](${{ github.event.repository.html_url }}) repository."
server: "matrix.org"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Freenet Standard Library

Please see https://docs.freenet.org/ for more information. Bug reports, feature requests, questions should be created in the [freenet-core](https://github.com/freenet/freenet-core/issues/) repo.

0 comments on commit f77ae5b

Please sign in to comment.