dafny-lang / dafny

Dafny is a verification-aware programming language
https://dafny.org
Other
2.94k stars 263 forks source link

Fuzzing on forks #5762

Closed kbuaaaaaa closed 2 months ago

kbuaaaaaa commented 2 months ago

Description

I have modified the fuzzing workflow to handle PR from forks. Fuzzing will only be triggered on PR created by verified contributors to prevent potential security risks. ALL WILL BE FUZZED mwahaha

This change also fix the following annoying issues:

How has this been tested?

Tested on my own dummy repo

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

stefan-aws commented 2 months ago

LGTM