[frontend] RBAC Update the platform screens do only the allowed button are shown #596
Workflow file for this run
This file contains hidden or 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
name: Check signed commits in PR | |
on: [pull_request,pull_request_target] | |
jobs: | |
check-signed-commits: | |
name: Check signed commits in PR | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Information about how to sign commits see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits | |
# "with comment" below does not work for forks. | |
run: | | |
echo "If you need to sign commits, Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits" | |
- name: Check signed commits in PR on fail see above information. | |
uses: 1Password/check-signed-commits-action@v1 | |
with: | |
comment: | | |
Thank you for your contribution. This PR is but one step away from being ready for merging: all commits must be PGP-signed. To get started, please see docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |