CLS2-1246 Adding is_high_value latest audit log entry to EYB search r… #15057
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
name: Block Autosquash Commits | |
on: pull_request | |
jobs: | |
block-autosquash-commits: | |
name: Block Autosquash Commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Block Autosquash Commits | |
uses: xt0rted/block-autosquash-commits-action@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |