Add workflow to run ai detection action within repo#41
Conversation
|
New workflow is running the AI detection action as expected, but the action fails as it's unable to get the head commit here. Will need to look into this. |
|
Convert this to draft until I fix the failing check. |
Signed-off-by: Omkar P <45419097+omkar-foss@users.noreply.github.com>
Signed-off-by: Omkar P <45419097+omkar-foss@users.noreply.github.com>
37e2c54 to
59f9e42
Compare
AI detection action is working fine within repo 🎉 I've resolved the failing check here, also rebased with main. PR is ready for review, thanks |
|
I added a test commit to check if the AI detection action detects the AI disclosure in it and moves to setting the label and it's working as expected ✅ It detects the Currently it detects the disclosure as a tool mention and not as an assisted-by. This will get resolved separately in #33.
|
e7c0c9e to
59f9e42
Compare
|
Test commit removed, PR ready for review. Thanks |
|
Yolo |
Closes #14.
This PR adds a gh workflow to run our AI detection action locally within repo.
Also please note, while looking into this I found a permissions concern, have created a separate issue #40 for it.