perf: add sort indexes for qualified_purl #787
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
branches: | |
- main | |
- stable | |
- release/* | |
types: | |
- closed | |
env: | |
USERNAME: "@trustification-bot:matrix.org" | |
PASSWORD: ${{ secrets.MATRIX_BOT_PASSWORD }} | |
ROOM: "#trustification:matrix.org" | |
jobs: | |
notify_channel: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Send message | |
if: env.PASSWORD && github.event.pull_request.merged | |
run: | | |
podman run --rm docker.io/matrixcommander/matrix-commander:latest --login password --homeserver https://matrix.org --device github --user-login "$USERNAME" --password "$PASSWORD" --room-default "$ROOM" --message "🎉 PR merged: ${{ github.event.pull_request.html_url }}" --logout me |