Skip to content

Add workflow to create GitHub issues for enterprise pattern ideas - #50

Closed
brunoborges with Copilot wants to merge 2 commits into
mainfrom
copilot/create-issues-for-ideas
Closed

Add workflow to create GitHub issues for enterprise pattern ideas#50
brunoborges with Copilot wants to merge 2 commits into
mainfrom
copilot/create-issues-for-ideas

Conversation

CopilotAI commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

The 8 enterprise pattern ideas from issue #45's ideas comment had no corresponding tracking issues.

Changes

  • .github/workflows/create-enterprise-issues.ymlworkflow_dispatch workflow that creates one GitHub issue per enterprise pattern idea using actions/github-script@v7

Each generated issue includes a suggested slug, old vs. modern approach notes, and a backlink to the source comment. Covers:

#Title
1EJB Timer vs Jakarta Scheduler
2JNDI Lookup vs CDI Injection
3Manual JPA Transaction vs Declarative @Transactional
4SOAP Web Services vs Jakarta REST
5Message-Driven Bean vs Reactive Messaging
6JSF Managed Beans vs CDI Named Beans
7Singleton EJB vs CDI @ApplicationScoped Bean
8JDBC ResultSet Mapping vs JPA Criteria API

Trigger via Actions → Create Enterprise Pattern Issues → Run workflow to create all 8 issues.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh auth status (http block)
    • Triggering command: /usr/bin/gh gh label list --repo javaevolved/javaevolved.github.io (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

… from issue #45 comment
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
CopilotAI changed the title [WIP] Create issues for each idea from commentAdd workflow to create GitHub issues for enterprise pattern ideasFeb 19, 2026
@brunoborges

Copy link
Copy Markdown
Member

@copilot no, do not add an agentic workflow. Just create an issue for each of those ideas. Then we will individually review them.

Copilot stopped work on behalf of brunoborges due to an error February 19, 2026 20:16
@brunoborges
brunoborges deleted the copilot/create-issues-for-ideas branch February 26, 2026 01:29
Sign up for freeto 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.

2 participants

@brunoborges