Skip to content

Commit

Permalink
Adjust Title dans Body
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn authored Aug 9, 2024
1 parent 67e275d commit f8fe59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan_and_suggest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def fix_vbnet_issue(repo):
# Create an issue in the active repository
repo_full_name = os.getenv('GITHUB_REPOSITORY') # e.g., 'owner/repo'
token = os.getenv('GITHUB_TOKEN') # GitHub token
issue_title = f"{repo['name']} detected as Visual Basic .NET"
issue_body = "Test"
issue_title = f"[{repo['name']}] detected as Visual Basic .NET"
issue_body = "Hello @DecimalTurn," + chr(34) + chr(34) + "There seems to be a small issue with your repo."
create_github_issue(repo_full_name, issue_title, issue_body, token)

def main():
Expand Down

0 comments on commit f8fe59c

Please sign in to comment.