Skip to content

Comments

Feature/update actions#52

Merged
afonsoft merged 2 commits intomainfrom
feature/update-actions
Feb 18, 2026
Merged

Feature/update actions#52
afonsoft merged 2 commits intomainfrom
feature/update-actions

Conversation

@afonsoft
Copy link
Owner

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you lint your code locally prior to submission?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

Problem:
- GitHub API authentication failing in auto-PR workflow
- Error: 'fatal: unable to access' when creating PR
- Issue with dynamic username reference in assignee field

Solution:
- Replace dynamic username reference with fixed assignee
- Use 'afonsoft' instead of github.event.head_commit.author.username
- This avoids authentication issues and API errors

Changes:
- Fixed assignee field in gh pr create command
- Removed problematic dynamic reference
- Maintained all other functionality

🎯 Auto-PR workflow should now work without authentication errors!
Problem:
- Create PR workflow failing with authentication error
- 'fatal: unable to access' when using gh CLI
- Token permission issues with GitHub API

Solution:
- Use PAT_TOKEN as primary token with fallback to GITHUB_TOKEN
- This ensures proper authentication for different scenarios
- Maintains backward compatibility with existing workflows

Changes:
- Updated token reference in create-pr workflow
- Added PAT_TOKEN as primary authentication method
- Fallback to GITHUB_TOKEN for compatibility

🎯 Auto-PR workflow should now work with proper authentication!
@afonsoft
Copy link
Owner Author

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
🔚 Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@afonsoft afonsoft merged commit 2fa46ff into main Feb 18, 2026
10 of 13 checks passed
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant