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: .github/workflows/auto-merge-dependabot.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ on:
8
8
9
9
# This workflow uses a GitHub App token to approve and merge Dependabot PRs
10
10
# The token is created using the `actions/create-github-app-token` action
11
-
# The token is used so that the updates are made by the GitHub App instead of GitHub Actions
11
+
# The token is used so that the updates are made by the GitHub App instead of GitHub Actions
12
12
# and will show up as such in the PR comments and history
13
13
# In addition, the token is scoped to only the permissions needed for this workflow
14
14
# see https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow for details
0 commit comments