Skip to content

Commit f8d8781

Browse files
committed
Merge branch 'main' into dependabot/pip/docs/webob-1.8.8
2 parents 7ae78f2 + bdb66eb commit f8d8781

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependabot-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515
ref: ${{ github.event.pull_request.head.ref }}
16+
- name: Fetch the main branch
17+
run: git fetch origin main --depth=1
1618
- uses: actions/setup-python@v5
1719
with:
1820
python-version: "3.13"
@@ -33,7 +35,7 @@ jobs:
3335
# Get branch name from the PR head ref and sanitize it
3436
branch_name="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" # e.g., dependabot/pip/requests-2.28.1
3537
sanitized_name=$(echo "$branch_name" | sed 's|/|_|g') # Replaces all '/' with '_'
36-
fragment_name="${sanitized_name}.misc" # Construct fragment name, using .misc type
38+
fragment_name="${sanitized_name}.misc.rst" # Construct fragment name, using .misc type
3739
fragment_path="${FRAGMENT_DIR}/${fragment_name}"
3840
3941
# Get the first line of the commit message from the PR's head commit

0 commit comments

Comments
 (0)