Skip to content

Commit

Permalink
Merge pull request #19 from zmap/phillip/fix-sync-fork
Browse files Browse the repository at this point in the history
Phillip/fix sync fork
  • Loading branch information
phillip-stephens authored Feb 12, 2025
2 parents 221c1c1 + 2472867 commit 0c56ded
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history so that we can compare with upstream

- name: Add upstream remote and fetch
run: |
Expand Down Expand Up @@ -43,6 +45,7 @@ jobs:
branch: sync-upstream-$(date +%Y%m%d)
delete-branch: true
title: "Sync miekg/dns upstream changes"
body: "Automated PR to sync upstream changes from miekg/dns. Please review and merge if appropriate."
body: "Automated PR to sync upstream changes from miekg/dns. Please review and merge if appropriate.
ALERT - If upstream tagged a new version, you'll need to tag manually after merging this PR."
labels: "sync, automated"
assignees: "phillip-stephens"

0 comments on commit 0c56ded

Please sign in to comment.