Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comments.php #143

Merged

Conversation

guibranco
Copy link
Owner

No description provided.

@guibranco guibranco linked an issue Feb 16, 2024 that may be closed by this pull request
@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 16, 2024
@guibranco
Copy link
Owner Author

@gstraccini help

Copy link

sonarcloud bot commented Feb 16, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@guibranco guibranco enabled auto-merge (squash) February 16, 2024 01:38
@guibranco
Copy link
Owner Author

@gstraccini help

Copy link
Contributor

gstraccini bot commented Feb 16, 2024

That's what I can do :neckbeard::

  • @gstraccini help: Shows the help message with available commands.
  • @gstraccini hello: Says hello to the invoker.
  • @gstraccini thank you: Replies with you are welcome message to the invoker.
  • @gstraccini appveyor <type>: Runs the AppVeyor build for the target commit and/or pull request.
    • type: [required] Specifies if should trigger a build in a commit or pull request.
  • @gstraccini bump version <version> <project>: Bumps the .NET version in .csproj files. ⚠️ (in development - maybe not working as expected!)
    • version: [required] The .NET version
    • project: [optional] The .csproj file to update. Suppressing this parameter will run the command in all .csproj in the repository/branch.
  • @gstraccini change runner <runner> <workflow> <jobs>: Changes the GitHub action runner in a workflow file (.yml). ⚠️ (in development - maybe not working as expected!)
    • runner: [required] The runner's name
    • workflow: [required] The workflow filename (with or without the .yml/.yaml extension).
    • jobs: [optional] The jobs to apply this command. Suppressing this parameter will run the command in all jobs within the workflow.
  • @gstraccini csharpier: Formats the C# code using CSharpier (only for .NET projects).
  • @gstraccini fix csproj: Updates the .csproj file with packages.config version of NuGet packages (only for .NET Framework projects). ⚠️ (in development - maybe not working as expected!)
  • @gstraccini prettier: Formats the code using Prettier.
  • @gstraccini review: Enable review for the target pull request. This is useful when the PR submitter wasn't in the watch list, the webhook was not captured, or some failed scenario occurred.
  • @gstraccini track: Tracks the specified pull request. Queue a build, raise a dependabot recreate comment to resolve conflicts, and synchronize merge branches. ⚠️ (in development - maybe not working as expected!)

Multiple commands can be issued at the same time, just respect each command pattern (with bot name prefix + command).

Warning

If you aren't allowed to use this bot, a reaction with a thumbs down will be added to your comment.

@guibranco guibranco merged commit bf43bc9 into main Feb 16, 2024
14 of 15 checks passed
@guibranco guibranco deleted the 140-feature-create-workflow-to-update-tests-snapshots-npm branch February 16, 2024 01:42
Copy link
Contributor

gstraccini bot commented Feb 16, 2024

That's what I can do :neckbeard::

  • @gstraccini help: Shows the help message with available commands.
  • @gstraccini hello: Says hello to the invoker.
  • @gstraccini thank you: Replies with you are welcome message to the invoker.
  • @gstraccini appveyor <type>: Runs the AppVeyor build for the target commit and/or pull request.
    • type: [required] Specifies if should trigger a build in a commit or pull request.
  • @gstraccini bump version <version> <project>: Bumps the .NET version in .csproj files. ⚠️ (in development - maybe not working as expected!)
    • version: [required] The .NET version
    • project: [optional] The .csproj file to update. Suppressing this parameter will run the command in all .csproj in the repository/branch.
  • @gstraccini change runner <runner> <workflow> <jobs>: Changes the GitHub action runner in a workflow file (.yml). ⚠️ (in development - maybe not working as expected!)
    • runner: [required] The runner's name
    • workflow: [required] The workflow filename (with or without the .yml/.yaml extension).
    • jobs: [optional] The jobs to apply this command. Suppressing this parameter will run the command in all jobs within the workflow.
  • @gstraccini csharpier: Formats the C# code using CSharpier (only for .NET projects).
  • @gstraccini fix csproj: Updates the .csproj file with packages.config version of NuGet packages (only for .NET Framework projects). ⚠️ (in development - maybe not working as expected!)
  • @gstraccini prettier: Formats the code using Prettier.
  • @gstraccini review: Enable review for the target pull request. This is useful when the PR submitter wasn't in the watch list, the webhook was not captured, or some failed scenario occurred.
  • @gstraccini track: Tracks the specified pull request. Queue a build, raise a dependabot recreate comment to resolve conflicts, and synchronize merge branches. ⚠️ (in development - maybe not working as expected!)
  • @gstraccini update snapshot: Updaet tests snapshots (npm test -- -u) (only for Node.js projects).

Multiple commands can be issued at the same time, just respect each command pattern (with bot name prefix + command).

Warning

If you aren't allowed to use this bot, a reaction with a thumbs down will be added to your comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Create workflow to update tests snapshots (npm)
2 participants