Skip to content

docs: use issueType field for docs generation#33718

Merged
rarkins merged 14 commits intorenovatebot:mainfrom
RahulGautamSingh:refactor-33691
Feb 13, 2025
Merged

docs: use issueType field for docs generation#33718
rarkins merged 14 commits intorenovatebot:mainfrom
RahulGautamSingh:refactor-33691

Conversation

@RahulGautamSingh
Copy link
Copy Markdown
Collaborator

@RahulGautamSingh RahulGautamSingh commented Jan 21, 2025

Changes

  • Use gh command to fetch issues based on issueType

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or (generated the docs locally)
  • Both unit tests + ran on a real repository

@RahulGautamSingh

This comment was marked as outdated.

Comment thread lib/modules/platform/github/graphql.ts Outdated
Comment thread openitems.json Outdated
@viceice viceice changed the title refactor(docs): use issueType field for docs generation docs: use issueType field for docs generation Jan 21, 2025
Comment thread tools/docs/github-query-items.ts Outdated
USAGE
  gh <command> <subcommand> [flags]

CORE COMMANDS
  auth:        Authenticate gh and git with GitHub
  browse:      Open repositories, issues, pull requests, and more in the browser
  codespace:   Connect to and manage codespaces
  gist:        Manage gists
  issue:       Manage issues
  org:         Manage organizations
  pr:          Manage pull requests
  project:     Work with GitHub Projects.
  release:     Manage releases
  repo:        Manage repositories

GITHUB ACTIONS COMMANDS
  cache:       Manage GitHub Actions caches
  run:         View details about workflow runs
  workflow:    View details about GitHub Actions workflows

ALIAS COMMANDS
  co:          Alias for "pr checkout"

ADDITIONAL COMMANDS
  alias:       Create command shortcuts
  api:         Make an authenticated GitHub API request
  attestation: Work with artifact attestations
  completion:  Generate shell completion scripts
  config:      Manage configuration for gh
  extension:   Manage gh extensions
  gpg-key:     Manage GPG keys
  label:       Manage labels
  ruleset:     View info about repo rulesets
  search:      Search for repositories, issues, and pull requests
  secret:      Manage GitHub secrets
  ssh-key:     Manage SSH keys
  status:      Print information about relevant issues, pull requests, and notifications across repositories
  variable:    Manage GitHub Actions variables

HELP TOPICS
  actions:     Learn about working with GitHub Actions
  environment: Environment variables that can be used with gh
  exit-codes:  Exit codes used by gh
  formatting:  Formatting options for JSON data exported from gh
  mintty:      Information about using gh with MinTTY
  reference:   A comprehensive reference of all gh commands

FLAGS
  --help      Show help for command
  --version   Show gh version

EXAMPLES
  $ gh issue create
  $ gh repo clone cli/cli
  $ gh pr checkout 321

LEARN MORE
  Use `gh <command> <subcommand> --help` for more information about a command.
  Read the manual at https://cli.github.com/manual
  Learn about exit codes using `gh help exit-codes` command to get issue list
@rarkins rarkins requested review from rarkins and viceice January 23, 2025 16:26
rarkins
rarkins previously approved these changes Jan 23, 2025
Comment thread tools/docs/github-query-items.ts Outdated
Comment thread tools/docs/github-query-items.ts Outdated
Comment thread tools/docs/github-query-items.ts
Comment thread tools/docs/github-query-items.ts
Comment thread tools/docs/github-query-items.ts
Comment thread tools/docs/github-query-items.ts
Comment thread tools/docs/github-query-items.ts Outdated
Comment thread tools/docs/github-query-items.ts
Comment thread tools/docs/github-query-items.ts
viceice
viceice previously approved these changes Jan 31, 2025
Comment thread docs/development/local-development.md Outdated
rarkins
rarkins previously approved these changes Jan 31, 2025
Copy link
Copy Markdown
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM

Comment thread docs/development/local-development.md Outdated
@rarkins rarkins added this pull request to the merge queue Feb 13, 2025
Merged via the queue into renovatebot:main with commit db8581f Feb 13, 2025
@renovate-release
Copy link
Copy Markdown

🎉 This PR is included in version 39.170.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

ivankatliarchuk added a commit to ivankatliarchuk/renovate that referenced this pull request Feb 15, 2025
* main: (135 commits)
  chore(deps): update dependency @swc/core to v1.10.15 (renovatebot#34242)
  fix(platform/bitbucket): use debug logs if issues unavailable/disabled (renovatebot#34200)
  chore(deps): update dependency @semantic-release/github&gt;@octokit/plugin-paginate-rest to v11.4.1 [security] (renovatebot#34236)
  chore(deps): update containerbase/internal-tools action to v3.9.0 (renovatebot#34235)
  chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.14 (renovatebot#34233)
  chore(label-actions): add more frequently needed comments (renovatebot#34226)
  fix(platform/azure): Add current project id as sourceRepositoryId to azure getPrList (renovatebot#32991)
  feat: Add more dotnet repos to monorepo (renovatebot#34167)
  docs: use issueType field for docs generation (renovatebot#33718)
  chore(renovate): use containerbase/node-prebuild as source (renovatebot#34209)
  test(bazel-module): test context failure cases with public interface (renovatebot#34206)
  chore(fix): update issue body when all issues labelled correctly  (renovatebot#34208)
  chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.13 (renovatebot#34207)
  chore(deps): update containerbase/internal-tools action to v3.8.6 (renovatebot#34202)
  refactor(lib/config/decrypt): reduce indentation (renovatebot#34201)
  chore(deps): update python:3.13 docker digest to 08471c6 (renovatebot#34198)
  chore(deps): update python:3.13 docker digest to bd52053 (renovatebot#34196)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.40.3 (renovatebot#34195)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.40.2 (renovatebot#34194)
  fix(metadata): update changelog URL for beautifulsoup4 (renovatebot#34188)
  ...
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs generation to use native "type" field

4 participants