Skip to content
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 or learn 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: peter-murray/workflow-application-token-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: peter-murray/workflow-application-token-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 2 commits
  • 27 files changed
  • 1 contributor

Commits on Oct 15, 2024

  1. Typescript (#42)

    Converting the project in to TypeScript and updating the libraries to resolve a number of existing issues with the changes to Octokit and the proxy integration support.
    
    Migration to TypeScript:
    Renamed index.js to src/actions/main.ts and refactored it to use TypeScript, including adding type annotations and updating import statements.
    Renamed post.js to src/actions/post.ts and refactored it to use TypeScript, including adding type annotations and updating import statements.
    
    New GitHub Actions Workflow:
    Added a new workflow file test_repository_installed_proxy_explict_ignore.yml to test the action with a proxy and ignore settings.
    
    Dependency and Configuration Updates:
    Updated package.json to include TypeScript and Vitest dependencies, and modified scripts to use these tools.
    
    Minor Fixes and Enhancements:
    Updated repository names in test_organization_installed.yml and test_organization_installed_revocation.yml workflow files.
    Added the ignore_environment_proxy input to the action.yml to allow ignoring proxy settings.
    peter-murray authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0f4dcf View commit details
    Browse the repository at this point in the history
  2. 4.0.0

    peter-murray authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8e4e6fb View commit details
    Browse the repository at this point in the history
Loading