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: takanabe/github-actions-automate-projects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: takanabe/github-actions-automate-projects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 7, 2019

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

Commits on Oct 8, 2019

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

Commits on Jul 14, 2020

  1. Support all event actions in addition to "opened" action

    GitHub Actions supports conditional statement in its yaml file
    and users can manage the target event actions with the statement.
    
    ```
    if: github.event_name == 'issues' && github.event.action == 'closed'
    ```
    takanabe committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    c5fc162 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from takanabe/accept-other-event

    Support all event actions in addition to "opened" action
    takanabe authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5d004c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    f132eb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from takanabe/add-example

    Add label based routing example
    takanabe authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0f3770a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Support moving project cards between columns

    A bit hacky. Github API doesn't allow for easy retrieval of the
    project card id given an issue id.
    aidy committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    39df63c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77de3d4 View commit details
    Browse the repository at this point in the history
Loading