Skip to content

Commit f1ee884

Browse files
committed
chore: tidy up commits (#331)
* ci: add goreleaser actions * refactor: use syscall instead of libpcap for linux * refactor: add packetWriter to packetInjector * refactor(packet): replace libpcap with pure Go on Linux for cross-compilation * fix(packet): resolve import cycle * fix(packet): return wrapped DefaultPcapHandle instead of pcap.Handle * refactor: add createLayers function * ci: update * fix(packet): re-add missing ethtLayer * ci: remove afpacekt dependency on linux * ci: add releaser * docs: update instruction for installation * chore: add installation script * chore: update version info format * docs: update installation guide * docs: update installation guide * fix(proxy): check if hopTracker is nil before running RegisterUntracked() (#325) * fix: use fmt.Println to print version information (#326) * fix: inappropriate use of `println` to print version * fix: handle tunnel error correctly * chore: add custom source archive including commit file (#327) * docs: update installation guide (#328) * fix: add new line after printing version (#329) * fix: add new line after printing version * docs: fix typo * ci: improve ci (#330) * ci: ignore check-pr on labeled, unlabeled events
1 parent f29e31f commit f1ee884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Check PR
22

33
on:
44
pull_request:
5-
types: [opened, reopened, labeled, unlabeled, edited, synchronize]
5+
types: [opened, reopened, edited, synchronize]
6+
67

78
jobs:
89
auto-label:

0 commit comments

Comments
 (0)