Skip to content

Commit ec8663c

Browse files
authored
Fix inaccurate description of trigger conditions for autosubmission (#57366)
1 parent 959820f commit ec8663c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Organization owners can enable automatic dependency submission for multiple repo
4646
1. Under "Dependency graph", click the dropdown menu next to “Automatic dependency submission”, then select **Enabled**.
4747

4848
Once you've enabled automatic dependency submission for a repository, {% data variables.product.company_short %} will:
49-
* Monitor for changes to manifest files in the root of the repository on all branches of the repository.
50-
* Run the dependency graph build action associated with the package ecosystem of each changed manifest.
49+
* Watch for pushes to the repository.
50+
* Run the dependency graph build action associated with the package ecosystem for any manifests in the repository.
5151
* Perform an automatic dependency submission with the results.
5252

5353
You can view details about the automatic workflows run by viewing the **Actions** tab of your repository.

0 commit comments

Comments
 (0)