Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:actions/github-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v6.4.0
Choose a base ref
Loading
...
head repository:actions/github-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v6.4.1
Choose a head ref
Loading
  • 10commits
  • 15files changed
  • 3contributors

Commits on Mar 30, 2023

  1. Add @octokit/plugin-request-log, to produce debug output for requests

    Without this plugin, the debug setting is, effectively, meaningless asnone of the existing plugins produce log output.The plugin writes the request options to octokit.log.debug, and responsetimes as *method path - status in ...ms* to octokit.log.info.
    @mjpieters
    mjpieters committedMar 30, 2023
    Configuration menu
    Copy the full SHA
    78f623bView commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge pull request#358from mjpieters/request-log-plugin

    Add @octokit/plugin-request-log, to produce debug output for requests
    @DanRigby
    DanRigby authoredApr 4, 2023
    1Configuration menu
    Copy the full SHA
    8d76c9aView commit details
    Browse the repository at this point in the history
  2. Clean and spruce up the integration tests a bit

    - Use test-specific step ids- Remove unused input parameters- Provide clear output on what passed or failed, including  a step summary for each passed test.
    @mjpieters
    mjpieters committedApr 4, 2023
    Configuration menu
    Copy the full SHA
    806be26View commit details
    Browse the repository at this point in the history
  3. Remove unused dependencies

    The @octokit/plugin- references are not actually (directly) used by@action/github-script and so only serve to confuse about what exactversion of these is included in the action. The actual versions ofthese plugins are set by @action/github.Ignoring newlines, the dist/index.js file is exactly the same withoutlisting these dependencies in package.json.
    @mjpieters
    mjpieters committedApr 4, 2023
    Configuration menu
    Copy the full SHA
    a4f398eView commit details
    Browse the repository at this point in the history
  4. Fix null handling, covered by integration tests

    `core.getInput()` always returns a string, so testing for 'not null'is always true. This then leads to previews set to an array witha single empty string, breaking accept-header output.Updated eslint rules should help avoid this issue in future, and newintegration tests verify that the github client configuration nowreflects the intended configuration options.
    @mjpieters
    mjpieters committedApr 4, 2023
    Configuration menu
    Copy the full SHA
    8d9f8fcView commit details
    Browse the repository at this point in the history
  5. 1Configuration menu
    Copy the full SHA
    f1ab577View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eae7dc1View commit details
    Browse the repository at this point in the history
  7. Merge pull request#356from mjpieters/clean_deps

    Remove unused dependencies
    @joshmgross
    joshmgross authoredApr 4, 2023
    1Configuration menu
    Copy the full SHA
    57c10d4View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Default debug to current runner debug state

    When the action 'debug' input is not set, default to the currentrunner debug state. This ensures that the Octokit client request logsare included automatically when you re-run a job with debug enabled.
    @mjpieters
    mjpieters committedApr 5, 2023
    Configuration menu
    Copy the full SHA
    ea954ffView commit details
    Browse the repository at this point in the history
  2. Merge pull request#363from mjpieters/auto_debug

    Default debug to current runner debug state
    @joshmgross
    joshmgross authoredApr 5, 2023
    1Configuration menu
    Copy the full SHA
    d7906e4View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp