diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml new file mode 100644 index 0000000..7d4f122 --- /dev/null +++ b/.github/workflows/pull_request.yml @@ -0,0 +1,18 @@ +name: FlexBeats App + +on: + pull_request: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Check Out Repo + uses: actions/checkout@v2 + + - name: 🔀 Merge Pull Request + uses: bmsteven/merge-pr@0.0.1 + with: + GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file diff --git a/another_file.txt b/another_file.txt deleted file mode 100644 index 52d072b..0000000 --- a/another_file.txt +++ /dev/null @@ -1 +0,0 @@ -hello, this is my second file in my github account