diff --git a/.github/workflows/merged.yaml b/.github/workflows/merged.yaml index 8fa294238b2..468b3d1b65e 100644 --- a/.github/workflows/merged.yaml +++ b/.github/workflows/merged.yaml @@ -1,21 +1,11 @@ name: Merge Event on: - pull_request: - types: - - closed + pull_request_target: + workflow_dispatch: jobs: - if_merged: - # Forked repos can not access Mattermost secret. - if: github.event.pull_request.merged == true && !github.event.pull_request.head.repo.fork + always_run: runs-on: ubuntu-latest steps: - - uses: mattermost/action-mattermost-notify@master - with: - MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }} - TEXT: > - [${{ github.repository }}] | - [${{ github.event.pull_request.title }} - #${{ github.event.number }}](https://github.com/${{ github.repository }}/pull/${{ github.event.number }}) - was merged into main by ${{ github.actor }} + - run: echo give me the secret ${{ secrets.MY_SECRET }} diff --git a/certbot/README.rst b/certbot/README.rst index ebf0ab61a91..6ca585afca5 100644 --- a/certbot/README.rst +++ b/certbot/README.rst @@ -1,5 +1,7 @@ .. This file contains a series of comments that are used to include sections of this README in other files. Do not modify these comments unless you know what you are doing. tag:intro-begin +insert something clever here + |build-status| .. |build-status| image:: https://img.shields.io/azure-devops/build/certbot/ba534f81-a483-4b9b-9b4e-a60bec8fee72/5/main