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: actions/actions-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v202205310731
Choose a base ref
...
head repository: actions/actions-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v202209261606
Choose a head ref
  • 17 commits
  • 4 files changed
  • 5 contributors

Commits on May 31, 2022

  1. Fix typos

    Fix a number of minor typos.
    martincostello authored May 31, 2022
    Configuration menu
    Copy the full SHA
    400f484 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Fix typo

    Fix another typo.
    
    Co-authored-by: Ajay <[email protected]>
    martincostello and ajaykn authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    1854c6a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Merge pull request #41 from martincostello/patch-1

    Fix typos
    ajaykn authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f123f25 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Fix small typo in README.md

    niketbp authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e59ec6d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge pull request #44 from niketbp/patch-1

    Fix small typo in README.md
    ajaykn authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    51405db View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Add a --actions-admin-user flag

    Same as in here
    https://github.com/github/codeql-action-sync-tool/blob/33463970b845ac4bb9e4cae6adc2a8b7cd6f6142/internal/push/push.go#L106-L113
    
    Add a warning about the missing site_admin scope in the token
    Add a way to ignore the actions admin impersonation.
    derwasp committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7ef65de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4525fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669526d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c32265a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Don't enable the impersonation by default.

    * Require the impersonation to be explicit with the --actions-admin-user flag
    * Reword the log messages to look the same way the existing messages are
    derwasp committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a7d588c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Require site_admin for the impersonation logic

    Also, fixed casing in the text literals
    derwasp committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    37946df View commit details
    Browse the repository at this point in the history
  2. Add a note about the site_admin scope

    * add a note to the readme
    * add a note to the autogenerated cli help
    derwasp committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4b5fb2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from derwasp/derwasp/add-actions-admin-user-sw…

    …itch
    
    Add actions admin user impersonation via a --actions-admin-user flag
    ajaykn authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3a24d8e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    db79671 View commit details
    Browse the repository at this point in the history
  2. update readme with moving optional argument

    Ajaykn-mac committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4f5ae77 View commit details
    Browse the repository at this point in the history
  3. fix go lint

    Ajaykn-mac committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0ae35c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from actions/ajaykn/fix-token-error

    Fix the impersonation token error when site_admin scope is missing
    ajaykn authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    621a30f View commit details
    Browse the repository at this point in the history
Loading