zhan7236 opened a new pull request, #36925:
URL: https://github.com/apache/beam/pull/36925

   The usage documentation in `beam-linkage-check.sh` showed `origin/master` as 
an example, which incorrectly suggested that users must have a remote called 
"origin". The script actually accepts any valid git reference.
   
   **Changes:**
   - Use generic `<baseline ref>` placeholder instead of `origin/master`
   - Add examples of valid git references:
     - Remote branches: `origin/master`, `upstream/main`
     - Local branches: `master`, `my-feature-branch`
     - Commit SHAs: `abc123def`
     - Tags: `v2.50.0`
   
   Fixes #20650
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
    - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable. This will automatically add a link to the 
pull request in the issue. If you would like the issue to automatically close 
on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
    - [ ] Update `CHANGES.md` with noteworthy changes.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to