Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(stale-bot): add a github workflow for stale PR's and issues #1471

Merged
merged 1 commit into from Apr 14, 2022

Conversation

jspizziri
Copy link
Collaborator

No description provided.

@jspizziri jspizziri requested a review from dcvz as a code owner April 13, 2022 16:45
@jspizziri
Copy link
Collaborator Author

Full disclosure, never worked with Github actions (GitLab user primarily). I've taken this almost verbatim from https://github.com/facebook/react-native/blob/main/.github/workflows/stale-bot.yml

Copy link
Contributor

@dcvz dcvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll have to make a GitHub token available before this can be merged

steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we have to add a GITHUB_TOKEN to be available to the CI.

.github/workflows/stale-bot.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@dcvz dcvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dcvz dcvz merged commit 90fc0e7 into doublesymmetry:main Apr 14, 2022
dcvz added a commit that referenced this pull request Apr 24, 2022
commit 2bbe60a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Apr 24 09:56:56 2022 +0200

    Bump async from 2.6.3 to 2.6.4 in /example (#1491)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 146238d
Author: David Chavez <david@dcvz.io>
Date:   Sun Apr 24 09:49:01 2022 +0200

    Update workflows

commit 1095f66
Author: Jacob Spizziri <jacob.spizziri@gmail.com>
Date:   Sun Apr 24 02:23:25 2022 -0500

    docs(workflow): update the build directory as it isn't contextualized by the working-directory (#1492)

commit a961c22
Author: Jacob Spizziri <jspizziri@weare5stones.com>
Date:   Sat Apr 23 18:37:21 2022 -0500

    Docs/docusaurus (#1488)

    * docs(readme): refactor the organization and styling of the documentation

    * docs(readme): add myself as a contributor 😀

    * docs(readme): add documentation about contributing

    * docs(readme): update the community/discord section

    * docs(docs): migration of documentation to docusaurus

commit 90fc0e7
Author: Jacob Spizziri <jspizziri@weare5stones.com>
Date:   Thu Apr 14 14:03:16 2022 +0000

    chore(stale-bot): add a github workflow for stale PR's and issues (#1471)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants