Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-4038: [C++] Add local-timestamp-nanos and timestamp-nanos #3102

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    f229a5c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add "pull-requests: write" permission to the labeler

    Copied from the example at https://github.com/actions/labeler?tab=readme-ov-file#outputs
    Trying to fix https://github.com/apache/avro/actions/runs/10460767435/job/28981928566?pr=3102
    ```
    Run actions/labeler@v5
      with:
        repo-token: ***
        sync-labels: true
        configuration-path: .github/labeler.yml
        dot: true
    The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api
    Warning: The action requires write permission to add labels to pull requests. For more information please refer to the action documentation: https://github.com/actions/labeler#permissions
    Error: Resource not accessible by integration
    ```
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1e985f9 View commit details
    Browse the repository at this point in the history