You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/06/16 16:46:00 UTC

[incubator-superset] branch etr2460-patch-2 created (now 84ee36a)

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch etr2460-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at 84ee36a  Update prefer_typescript.yml

This branch includes the following new commits:

     new 84ee36a  Update prefer_typescript.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: Update prefer_typescript.yml

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch etr2460-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 84ee36a2c6f1ee09167c5c4f540e2c9b8900aaf0
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Tue Jun 16 09:45:32 2020 -0700

    Update prefer_typescript.yml
---
 .github/workflows/prefer_typescript.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/prefer_typescript.yml b/.github/workflows/prefer_typescript.yml
index 79bbfc2..230146d 100644
--- a/.github/workflows/prefer_typescript.yml
+++ b/.github/workflows/prefer_typescript.yml
@@ -12,7 +12,7 @@ jobs:
     steps:
       - name: Get changed files
         id: changed
-        uses: trilom/file-changes-action@v1.2.3
+        uses: trilom/file-changes-action@master
         with:
           githubToken: ${{ secrets.GITHUB_TOKEN }}
       - name: Determine if a .js or .jsx file was added