You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('❌ Not an Espressif repo, nothing to sync to JIRA')
return
Error logs or terminal output
See above
Steps to reproduce the behavior
Configure sync-jira-actions in a repository outside of the espressif organization
Create a new issue
Project release version
v1.0
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
N/A
Shell
sh
Additional context
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Action prevents running outside of espressif's organization
Action prevents running outside of espressif's organization (RDT-1127)
Feb 3, 2025
Hello @mbainter, thank you for opening this issue.
This set of actions has existed for more than six years, dating back to the early days of GitHub Actions. As a result, it still uses some obsolete patterns, such as relying on environment variables instead of inputs. Additionally, it contains some Espressif-specific hardcoded JIRA IDs that may only be valid for our on-premise Jira deployment.
That said, it is possible to overcome these limitations and make the actions more suitable for general use. We are planning a major refactor (v2), but at this point, I cannot provide a specific time frame.
Yeah, I already forked it to try to work past that step and ran into the other pieces. Even so, I'm just looking for a lightweight solution and this fits the bill with some tweaking. Are you open to pull requests that would make this an easier lift for other teams to use?
Checklist
How often does this bug occurs?
always
Expected behavior
Workflow attempts to sync to jira
Actual behavior (suspected bug)
Aborts the sync with:
Because of this:
sync-jira-actions/sync_jira_actions/sync_to_jira.py
Lines 46 to 48 in 9fb5d1a
Error logs or terminal output
Steps to reproduce the behavior
Project release version
v1.0
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
N/A
Shell
sh
Additional context
No response
The text was updated successfully, but these errors were encountered: