You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/04 10:04:31 UTC

[GitHub] [airflow] potiuk opened a new pull request #11264: Limits CodeQL workflow to run only in the Apache Airflow repo

potiuk opened a new pull request #11264:
URL: https://github.com/apache/airflow/pull/11264


   It has been raised quite a few times that workflow added in forked
   repositories might be pretty invasive for the forks - especially
   when it comes to scheduled workflows as they might eat quota
   or at least jobs for those organisations/people who fork
   repositories.
   
   This is not strictly necessary because Recently GitHub recognized this as being
   a problem and introduced new rules for scheduled workflows. But for people who
   are already forked, it would be nice to not run those actions. It is enough
   that the CodeQL check is done when PR is opened to the "apache/airflow"
   repository.
   
   Quote from the emails received by Github (no public URL explaining it yet):
   
   > Scheduled workflows will be disabled by default in forks of public repos and in
   public repos with no activity for 60 consecutive days.  We’re making two
   changes to the usage policy for GitHub Actions. These changes will enable
   GitHub Actions to scale with the incredible adoption we’ve seen from the GitHub
   community. Here’s a quick overview:
   
   > * Starting today, scheduled workflows will be disabled by default in new forks of
   public repositories.
   > * Scheduled workflows will be disabled in public repos with
   no activity for 60 consecutive days.
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk merged pull request #11264: Limits CodeQL workflow to run only in the Apache Airflow repo

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #11264:
URL: https://github.com/apache/airflow/pull/11264


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org