Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fips checksums #1

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Set the severity: fips change label if fips checksum changed
  • Loading branch information
t8m committed May 11, 2021
commit 63e662e0cf958c756fe512342f6dcb278ef7a75d
23 changes: 12 additions & 11 deletions .github/workflows/checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:
- name: make diff-fips-checksums
run: make diff-fips-checksums
working-directory: ./build

# - uses: actions/github-script@v4
# with:
# github-token: ${{secrets.GITHUB_TOKEN}}
# script: |
# github.issues.addLabels({
# issue_number: context.issue.number,
# owner: context.repo.owner,
# repo: context.repo.repo,
# labels: ['Triage']
# })
- name: set label
if: ${{ failure() }}
uses: actions/github-script@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['severity: fips change']
})