Skip to content

chore: deploy agentic workflows#81

Closed
WomB0ComB0 wants to merge 1 commit into
mainfrom
deploy-workflows-8744
Closed

chore: deploy agentic workflows#81
WomB0ComB0 wants to merge 1 commit into
mainfrom
deploy-workflows-8744

Conversation

@WomB0ComB0

Copy link
Copy Markdown
Member

Deploy 4 workflows to resq-software/docs.

This PR was created by gh aw deploy after running update, add, and compile --purge in the target repository.

@mintlify

mintlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
resq 🟢 Ready View Preview Jun 11, 2026, 3:45 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions github-actions Bot added area:ci GitHub Actions, workflows, CI area:content MDX/MD documentation content labels Jun 11, 2026
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@WomB0ComB0, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 50 minutes and 2 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5196918f-2602-4b99-aeea-6194a45fc7ff

📥 Commits

Reviewing files that changed from the base of the PR and between 21bc5dc and e68830c.

📒 Files selected for processing (12)
  • .gitattributes
  • .github/aw/actions-lock.json
  • .github/dependabot.yml
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/ai-auditor.lock.yml
  • .github/workflows/ai-auditor.md
  • .github/workflows/auto-triage-issues.lock.yml
  • .github/workflows/auto-triage-issues.md
  • .github/workflows/daily-secrets-analysis.lock.yml
  • .github/workflows/daily-secrets-analysis.md
  • .github/workflows/duplicate-code-detector.lock.yml
  • .github/workflows/duplicate-code-detector.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deploy-workflows-8744

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request configures GitHub Actions lock files by adding a .gitattributes rule, introducing an actions-lock.json file, and updating the Dependabot configuration to ignore updates for gh-aw-actions. The reviewer noted that the Dependabot ignore pattern for 'github/gh-aw-actions' is too specific and will not match sub-actions like 'github/gh-aw-actions/setup'. They recommend using a wildcard pattern 'github/gh-aw-actions*' to correctly ignore all sub-actions.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .github/dependabot.yml
patterns:
- "*"
ignore:
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Dependabot identifies GitHub Actions dependencies by their full path (e.g., github/gh-aw-actions/setup or github/gh-aw-actions/setup-cli). Specifying exactly github/gh-aw-actions will not match these sub-actions, and Dependabot will continue to propose updates for them. Use a wildcard pattern like github/gh-aw-actions* to correctly ignore all actions within this repository.

  - dependency-name: "github/gh-aw-actions*" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.

@WomB0ComB0

Copy link
Copy Markdown
Member Author

Superseded: docs is mostly Markdown, redeploying with only the doc-relevant workflows (secrets scan + issue triage).

@WomB0ComB0 WomB0ComB0 closed this Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ci GitHub Actions, workflows, CI area:content MDX/MD documentation content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant