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: TheAlgorithms/scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: branch_protection
Choose a base ref
...
head repository: TheAlgorithms/scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 20, 2023

  1. Moved the formatter script to the formatter action path (#14)

    * Moved the formatter script to the formatter action path
    
    * Add filename formatter in root
    
    For backward compatibility.
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    tjgurwara99 and Panquesito7 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a3d6183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4dc10 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Set ignores if there are skips (#20)

    `ignore` was not getting set `if len(args) == 5`
    cclauss authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a708d83 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

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

Commits on Jun 13, 2023

  1. Create copyright license script (#22)

    * Update copyright license
    
    * Update license_copyright/license.yml
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    
    * Update license_copyright/license.yml
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    
    * Update license_copyright/license.yml
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update license_copyright/license.yml
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * chore: apply suggestions from code review
    
    * Update license_copyright/license.yml
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * Update license_copyright/license.yml
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    
    * chore: apply suggestions from code review
    
    ---------
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    Co-authored-by: David Leal <halfpacho@gmail.com>
    3 people authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d10fd51 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Create PR rather than direct commit (directory workflow) (#24)

    * Create PR rather than direct commit (directory workflow)
    
    * chore: apply suggestions from code review
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    Panquesito7 and tjgurwara99 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    124f337 View commit details
    Browse the repository at this point in the history
  2. Fix directory workflow script (#25)

    * Fix directory workflow script
    
    * Let the user choose the branch name
    Panquesito7 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e919180 View commit details
    Browse the repository at this point in the history
  3. Use workflow_dispatch

    Panquesito7 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ada8bfd View commit details
    Browse the repository at this point in the history
  4. Use --force-with-lease

    Panquesito7 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f5dfb90 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix bug in directory action (#29)

    This is a patch to issue #27
    
    To test this I need to whip up something
    tjgurwara99 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cbc710e View commit details
    Browse the repository at this point in the history
  2. fix: copyright license script (#28)

    * fix: copyright license script
    
    * fix: use proper GitHub branch
    
    * chore: apply suggestions from code review
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
    Panquesito7 and tjgurwara99 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    619ac06 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update license.yml

    Panquesito7 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fe0a1c6 View commit details
    Browse the repository at this point in the history
  2. Add codeowners (#32)

    Panquesito7 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b68cc98 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Use specific action_path instead of relying on PATH resolution of the…

    … action setup (#33)
    
    * revert: cbc710e
    
    * Use the specific action directory when calling the script
    
    * Use specific action_path when using formatter script
    tjgurwara99 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    be5a4f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    bf63309 View commit details
    Browse the repository at this point in the history
  2. Update action.yml

    Panquesito7 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a775dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Oct 4, 2023

  1. Update action.yml

    Panquesito7 authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1e1584a View commit details
    Browse the repository at this point in the history
Loading