8000 Comparing v0.2.0...v0.3.0 · actions/add-to-project · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/add-to-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: actions/add-to-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 15, 2022

  1. Allow users to add an issue/PR to a board in a different organization

    At present, this Action only supports adding an issue or pull
    request to a project in the *same organization* as the issue or
    pull request itself.
    
    This removes that limitation. If the issue/pull request and
    project have different owners, then instead of directly
    creating a project item, we will instead create a "draft issue"
    which will be added to the board.
    
    Fixes #74.
    timrogers committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    9115f34 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests

    timrogers committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ebd4dc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    1809404 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from timrogers/timrogers/draft-issue

    Allow users to add an issue/PR to a board in a different organization
    mattcosta7 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a9f041d View commit details
    Browse the repository at this point in the history
Loading
0