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
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,24 @@ A centralized collection of reusable GitHub Actions designed to streamline and a
4
4
5
5
## Available Actions
6
6
7
-
| Action | Description |
8
-
|--------|-------------|
9
-
|[Check Releasability Status](check-releasability-status/README.md)| Checks the releasability status and extracts the version if successful |
10
-
|[Create Integration Ticket](create-integration-ticket/README.md)| Creates a Jira integration ticket with a custom summary and links it to another existing ticket |
11
-
|[Create Pull Request](create-pull-request/README.md)| Creates or updates a pull request using the `gh` CLI, with vault-based token resolution |
12
-
|[Create Jira Release Ticket](create-jira-release-ticket/README.md)| Automates the creation of an "Ask for release" ticket in Jira |
13
-
|[Create Jira Version](create-jira-version/README.md)| Creates a new version in a Jira project, with the ability to automatically determine the next version number |
14
-
|[Get Jira Release Notes](get-jira-release-notes/README.md)| Fetches Jira release notes and generates the release notes URL for a given project and version |
15
-
|[Get Jira Version](get-jira-version/README.md)| Extracts a Jira-compatible version number from a release version by formatting it appropriately for Jira |
16
-
|[Get Release Version](get-release-version/README.md)| Extracts the release version from the repox status on a specified branch |
17
-
|[Lock Branch](lock-branch/README.md)| Locks or unlocks a branch by modifying the `lock_branch` setting in branch protection rules |
18
-
|[Notify Slack on Failure](notify-slack/README.md)| Sends a Slack notification when a job fails |
19
-
|[Publish GitHub Release](publish-github-release/README.md)| Publishes a GitHub Release with notes fetched from Jira or provided directly |
20
-
|[Release Jira Version](release-jira-version/README.md)| Releases a Jira version and creates the next one |
21
-
|[Update Analyzer](update-analyzer/README.md)| Updates an analyzer version in SonarQube or SonarCloud and creates a pull request |
22
-
|[Update Release Ticket Status](update-release-ticket-status/README.md)| Updates the status of a Jira release ticket and can change its assignee |
23
-
|[Update Rule Metadata](update-rule-metadata/README.md)| Automates updating rule metadata across all supported languages using the rule-api tooling |
|[Bump Project Version](bump-version/README.md)| Updates the version in Maven and Gradle files across your repository, with support for excluding specific modules |
10
+
|[Check Releasability Status](check-releasability-status/README.md)| Checks the releasability status and extracts the version if successful |
11
+
|[Create Integration Ticket](create-integration-ticket/README.md)| Creates a Jira integration ticket with a custom summary and links it to another existing ticket |
12
+
|[Create Pull Request](create-pull-request/README.md)| Creates or updates a pull request using the `gh` CLI, with vault-based token resolution |
13
+
|[Create Jira Release Ticket](create-jira-release-ticket/README.md)| Automates the creation of an "Ask for release" ticket in Jira |
14
+
|[Create Jira Version](create-jira-version/README.md)| Creates a new version in a Jira project, with the ability to automatically determine the next version number |
15
+
|[Get Jira Release Notes](get-jira-release-notes/README.md)| Fetches Jira release notes and generates the release notes URL for a given project and version |
16
+
|[Get Jira Version](get-jira-version/README.md)| Extracts a Jira-compatible version number from a release version by formatting it appropriately for Jira |
17
+
|[Get Release Version](get-release-version/README.md)| Extracts the release version from the repox status on a specified branch |
18
+
|[Lock Branch](lock-branch/README.md)| Locks or unlocks a branch by modifying the `lock_branch` setting in branch protection rules |
19
+
|[Notify Slack on Failure](notify-slack/README.md)| Sends a Slack notification when a job fails |
20
+
|[Publish GitHub Release](publish-github-release/README.md)| Publishes a GitHub Release with notes fetched from Jira or provided directly |
21
+
|[Release Jira Version](release-jira-version/README.md)| Releases a Jira version and creates the next one |
22
+
|[Update Analyzer](update-analyzer/README.md)| Updates an analyzer version in SonarQube or SonarCloud and creates a pull request |
23
+
|[Update Release Ticket Status](update-release-ticket-status/README.md)| Updates the status of a Jira release ticket and can change its assignee |
24
+
|[Update Rule Metadata](update-rule-metadata/README.md)| Automates updating rule metadata across all supported languages using the rule-api tooling |
0 commit comments